diff options
Diffstat (limited to 'syte')
-rw-r--r-- | syte/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syte/templates/base.html b/syte/templates/base.html index fe42127..2ea24af 100644 --- a/syte/templates/base.html +++ b/syte/templates/base.html @@ -22,7 +22,7 @@ <div> <img src="{{ GRAVATAR }}" style="margin-left: 34px; margin-top: 30px;"> </div> - <h1><a href="/" id="home-link">{{ SITENAME }}</a></h1> + <h1><a href={{ SITEURL }} id="home-link">{{ SITENAME }}</a></h1> <h2>{{ ABOUT }}</h2> </hgroup> <nav> |