Fixed h1 margin on about page
All checks were successful
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:
2025-05-24 12:05:15 +02:00
parent 3ceaeeafda
commit 203b08d044
3 changed files with 3 additions and 4 deletions

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 %}