do a full reorg to handle blog posts better

This commit is contained in:
Jonathan Souter
2023-02-28 18:39:40 +10:30
parent 986d663586
commit 4bcb5e0dc1
20 changed files with 152 additions and 330 deletions

View File

@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="/img/fav.png">
<link rel="stylesheet" href="/css/normalize.css" />
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="/_assets/css/normalize.css" />
<link rel="stylesheet" href="/_assets/css/styles.css" />
{% if title %}
<title>{{ site.title }} - {{ title }}</title>
{% else %}