Fix styling

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-03-25 16:25:55 +01:00
parent e8ae1e61b3
commit 30057b69cd
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
{% endfor %}
{% include page_content.liquid %}
{% include breadcrumbs.liquid title=page.title permalink=page.url %}
{% include article.liquid type=post title=page.title content=page.content timestamp=page.date permalink=page.url tags=page.tags %}
{% include article.liquid type=post title=page.title content=content timestamp=page.date permalink=page.url tags=page.tags %}
{% include comments.liquid %}
{% include page_end.liquid %}