Fix pages
This commit is contained in:
parent
f95057ec27
commit
7b9ee2febe
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user