[2024-02-09] Removing page.title and replacing with header + post specific stuff
This commit is contained in:
parent
2aab713d20
commit
1231885bf3
2 changed files with 3 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue