This commit is contained in:
WickedJack99
2022-09-26 01:59:03 +02:00
parent 50353ee95b
commit 2e74554a30
13 changed files with 52 additions and 48 deletions

View File

@@ -10,9 +10,11 @@
</head>
<body>
{% include navigation.html %}
<h1>{{ page.title }}</h1>
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
{{ content }}
<div class="mainDiv">
<h1>{{ page.title }}</h1>
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
{{ content }}
</div>
{% include footerNavbar.html %}
</body>
</html>