diff options
Diffstat (limited to 'src/templates/journal.html')
-rw-r--r-- | src/templates/journal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/journal.html b/src/templates/journal.html index a4bef7f..7f5dfc4 100644 --- a/src/templates/journal.html +++ b/src/templates/journal.html @@ -20,7 +20,7 @@ by {{ entry.author }} {% endif %} </span> - | <a href="/~kyrias/{{ entry.page }}#isso-thread">comments</a> + | <a href="{{ entry.page }}#isso-thread">comments</a> </div> {{ entry.body }} |