Fixed h1 margin on about page
Build and Deploy Zola Website / build_and_deploy (push) Successful in 17s
Build Zola Website / build (pull_request) Successful in 24s

This commit is contained in:
fr
2025-05-24 12:05:33 +02:00
parent 3ceaeeafda
commit 203b08d044
3 changed files with 3 additions and 4 deletions
+2 -1
View File
@@ -6,6 +6,7 @@
{% block content %}
<section class="about content">
{{ page.content | safe }}
<h1>{{ page.title }}</h1>
{{ page.content | safe }}
</section>
{% endblock content %}