[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>

View File

@ -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" }}