summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-08-07 20:46:31 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2016-08-07 20:46:31 +0200
commit950273e92cbd95e9abbc09d56a65134948829d93 (patch)
treefe9d18029654a247a26e65fff7e8fa6f2f99a508
parent8ae7c7a1f817f31d41852a54aaa4f26509c0ebb3 (diff)
downloadwebsite-950273e92cbd95e9abbc09d56a65134948829d93.tar.xz
Add back permalinks
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--src/templates/journal.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/journal.html b/src/templates/journal.html
index 6e673a2..33856c1 100644
--- a/src/templates/journal.html
+++ b/src/templates/journal.html
@@ -16,6 +16,7 @@
<time itemprop="datePublished" datetime="{{ entry.date.strftime('%Y-%m-%d') }}">
{{ entry.date.strftime('%Y-%m-%d') }}
</time>
+ <a href="journal/{{ entry.page }}">[permalink]</a>
</div>
{{ entry.body }}