[2024-02-09] Removing page.title and replacing with header + post specific stuff

This commit is contained in:
Andrew Conlin 2024-02-09 16:40:38 +00:00
parent 2aab713d20
commit 1231885bf3
2 changed files with 3 additions and 5 deletions

View file

@ -19,10 +19,8 @@
<body>
<div class="container">
<div class="content">
<h1>
{{ page.title }}
</h1>
<div class="content">
{% include header.html %}
{{ content }}
{% include defaultFooter.html %}
</div>