diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-15 22:16:26 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-15 22:16:26 +0100 |
commit | 74a83135ea8a0d4def129ab1c76ce2637efaf1fd (patch) | |
tree | 005ad38967f2e5c6995909ff8c6fb607d8fffe8b /templates | |
parent | 8e2dc5fdb95e2492fe66f38a924b0169da305c97 (diff) |
Make the main title a link to the main page.
Diffstat (limited to 'templates')
-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} |