afd5da4f64
* Fix "overriden" to "overridden" typo * Add my website to the EXAMPLES * HTTPS migration for some links * Fix #1295 - Document alpine linux version Fixes: #1295 * Update Zola version on Travis CI example * Documentation improvements and typo fixes * Update more example versions and remove the useless variable on the GitLab CI example * Fix all broken links and theme links
5 lines
112 B
HTML
5 lines
112 B
HTML
{% extends 'index.html' %}
|
|
{% block content %}
|
|
I'm overridden in all cases so seeing me is a bug
|
|
{% endblock %}
|