new style + some posts

This commit is contained in:
rhiannon morris 2024-12-05 06:41:29 +01:00
parent 2d53d00d20
commit 8f8150eaac
21 changed files with 847 additions and 788 deletions

View file

@ -1,10 +1,10 @@
$if(hide-footer)$$else$
<footer>
<ul>
<menu>
<li><a href=/index.html>all posts</a>
<li><a href=/all-tags.html>all tags</a>
<li><a href=/rss.xml>rss</a>
</ul>
</menu>
</footer>
$endif$

View file

@ -4,11 +4,16 @@
<meta name=viewport content="width=device-width, initial-scale=1">
<link rel=stylesheet href=/style/page.css>
$if(meta)$
<link rel=stylesheet href=/style/meta.css>
$endif$
$for(css)$
<link rel=stylesheet href=/style/$css$>
$endfor$
<link rel=alternate href=/rss.xml type=application/rss+xml>
<script src=/script/hue.js type=module></script>
$for(header-includes)$
$header-includes$
$endfor$