This commit is contained in:
Thomas Chartron 2021-11-04 19:45:17 +01:00
parent 1d48105a66
commit 3cdc0b6387
2 changed files with 9 additions and 1 deletions

View file

@ -1 +1,8 @@
{% extends "layout.html" %}
{% block content %}
<h1 class="title">
This is my blog made with Zola.
</h1>
<p>Click <a href="/blog/">here</a> to see my posts.</p>
{% endblock content %}

View file

@ -12,7 +12,8 @@
</title>
</head>
<body>
<!-- ... -->
{% block content %}
{% endblock content %}
{% if zt.enable_search %}
<script defer src="/js/search.js"></script>
{% endif %}