diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index 795d85a..575141f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,5 @@ {% extends "base.html" %} {% block content %} -<h1 class="title"> - This is a blog made with Zola. -</h1> +{{ section.content | safe }} {% endblock content %} |
