Fix pages

This commit is contained in:
Fabrice Mouhartem 2023-11-07 11:47:46 +01:00
parent f95057ec27
commit 7b9ee2febe
1 changed files with 5 additions and 5 deletions

View File

@ -2,13 +2,13 @@
{% block header %}
<header id="title-block-header">
<h1 class="title">Fabrice Mouhartem's Webpage</h1>
<p class="date">{{ page.date }}</p>
<div id="header-logo"></div>
<h1 class="title">Fabrice Mouhartem</h1>
<p class="date">{{ page.date }}</p>
</header>
{% endblock %}
{% block main %}
<h1>{{ section.extra.hero.title | markdown(inline = true) | safe }}</h1>
<p>{{ section.extra.hero.description | markdown(inline = true) | safe }}</p>
<h1>{{ section.extra.news.title | safe }}</h1>
<h1>{{ page.title | safe }}</h1>
<p>{{ page.content | safe }}</p>
{% endblock %}