Add site header and restyle page content

This commit is contained in:
Froge 2025-02-02 04:39:45 +10:00
parent 3a1dddcf50
commit c6c4b3a367
Signed by: froge
GPG key ID: A825E09930271BFA
3 changed files with 65 additions and 32 deletions

View file

@ -9,7 +9,7 @@
<body>
<h1 class="title">Cyberfrog blog</h1>
<main id="main-content">
<h2 id="blog-title">{{ page.title }}</h2>
<h2 class="blog-title">{{ page.title }}</h2>
<h4 class="blog-post-date">Published: {{ page.date }} || Last updated: {{ page.updated }}</h4>
<div class="blog-posts">
{% block content %} {% endblock %}