diff options
| author | Christian Cleberg <[email protected]> | 2024-04-13 02:49:46 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-04-13 02:49:46 -0500 |
| commit | b84267827f021c92b6cbd08aa2e1bf97bb07c438 (patch) | |
| tree | 5f058fd4b8f2545bc3a9d8181e7a1d9ec1ef1ce1 /theme/templates/page.html | |
| parent | 594b02ed9ea672d77b0aabd93ba423da4349363c (diff) | |
| download | cleberg.net-b84267827f021c92b6cbd08aa2e1bf97bb07c438.tar.gz cleberg.net-b84267827f021c92b6cbd08aa2e1bf97bb07c438.tar.bz2 cleberg.net-b84267827f021c92b6cbd08aa2e1bf97bb07c438.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> |
