diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-08-07 20:46:31 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-08-07 20:46:31 +0200 |
commit | 950273e92cbd95e9abbc09d56a65134948829d93 (patch) | |
tree | fe9d18029654a247a26e65fff7e8fa6f2f99a508 /src | |
parent | 8ae7c7a1f817f31d41852a54aaa4f26509c0ebb3 (diff) | |
download | website-950273e92cbd95e9abbc09d56a65134948829d93.tar.xz |
Add back permalinks
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/journal.html | 1 |
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 }} |