[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>
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
<h1>
|
||||
{{ page.title }}
|
||||
</h1>
|
||||
<div class="content">
|
||||
{% include header.html %}
|
||||
{{ content }}
|
||||
{% include defaultFooter.html %}
|
||||
</div>
|
||||
|
@ -2,7 +2,7 @@
|
||||
layout: default
|
||||
---
|
||||
<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>
|
||||
{{ content | reading_time | pluralize: "minute" }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user