[2024-02-09] Removing page.title and replacing with header + post specific stuff
This commit is contained in:
parent
2aab713d20
commit
1231885bf3
@ -19,10 +19,8 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h1>
|
{% include header.html %}
|
||||||
{{ page.title }}
|
|
||||||
</h1>
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
{% include defaultFooter.html %}
|
{% include defaultFooter.html %}
|
||||||
</div>
|
</div>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
<code>
|
<code>
|
||||||
<a href="/">~</a> > <a href="/{{page.category}}">{{page.category}}</a> > <a href="{{page.title}}">{{page.title}}</a><br>
|
<span style="font-size: x-large;"><a href="/">~</a> > <a href="/{{page.category}}">{{page.category}}</a> > <a href="">{{page.title}}</a><br></span>
|
||||||
|
|
||||||
{{ page.date | date: "%Y-%m-%d" }}<br>
|
{{ page.date | date: "%Y-%m-%d" }}<br>
|
||||||
{{ content | reading_time | pluralize: "minute" }}
|
{{ content | reading_time | pluralize: "minute" }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user