zola/test_site/themes/sample/templates/section.html
William Desportes afd5da4f64
Improve documentation (#1335)
* 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
2021-02-03 13:13:49 +01:00

5 lines
112 B
HTML

{% extends 'index.html' %}
{% block content %}
I'm overridden in all cases so seeing me is a bug
{% endblock %}