diff options
-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 }} |