added a shortcode for notes/meta info, and a Reading section

This commit is contained in:
Lewis Wynne 2026-05-02 18:57:48 +01:00
parent 3416521f89
commit 4825a52edd
11 changed files with 86 additions and 19 deletions

View file

@ -11,10 +11,10 @@
</head>
<body>
<nav>
<a href="/">ily [dot] rs</a> |
<a href="/links/">links</a> |
<a href="/">go home</a> |
<a href="/links/">bookmarks</a> |
<a href="/now/">now</a> |
sign the <a href="/guestbook/">guestbook</a>
sign my <a href="/guestbook/">guestbook</a>
</nav>
{% block content %}{% endblock %}
</body>