diff options
-rw-r--r-- | templates/journal_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/journal_page.html b/templates/journal_page.html index 5aea965..f686cd7 100644 --- a/templates/journal_page.html +++ b/templates/journal_page.html @@ -14,7 +14,7 @@ {.end} {.section body} - <h1 id="main-title">{site-name|html}</h1> + <h1 id="main-title"><a href="{root|html-attr-value}">{site-name|html}</a></h1> <div id="main-subtitle">{site-subtitle|html}</div> {.section info-messages} |