diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-04-13 02:49:46 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-04-13 02:49:46 -0500 |
commit | 64f5a07bb30fbcf6cc553205dd1a903fbf8c3dfe (patch) | |
tree | 5f058fd4b8f2545bc3a9d8181e7a1d9ec1ef1ce1 /theme/templates/page.html | |
parent | 06199bd82fc93ea7bd98212a54774499fcd22856 (diff) | |
download | cleberg.net-64f5a07bb30fbcf6cc553205dd1a903fbf8c3dfe.tar.gz cleberg.net-64f5a07bb30fbcf6cc553205dd1a903fbf8c3dfe.tar.bz2 cleberg.net-64f5a07bb30fbcf6cc553205dd1a903fbf8c3dfe.zip |
minify site
Diffstat (limited to 'theme/templates/page.html')
-rw-r--r-- | theme/templates/page.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/templates/page.html b/theme/templates/page.html index fb7afa9..2e6dada 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -4,6 +4,7 @@ {{ post.title }} | {% endblock %} {% block main %} +<p><a href="/">← home</a></p> <article role="article"> <h1>{{ post.title }}</h1> <section>{{ post.html | safe }}</section> |