diff options
author | the Bunny Man <WagThatTail@Me.com> | 2013-01-09 09:30:52 -0800 |
---|---|---|
committer | the Bunny Man <WagThatTail@Me.com> | 2013-01-09 09:30:52 -0800 |
commit | 0b614a5797af7dbcb603760792bfc824901feb38 (patch) | |
tree | 4b2ffeebd9052cdea49d1d4dd1762adc59aea929 /syte | |
parent | fac71bbed9dfedddbf6476ffe97de1f03e558cc0 (diff) | |
parent | 602a2b85d4b17fefd9a90a90c454b1c28d5c2767 (diff) | |
download | pelican-themes-0b614a5797af7dbcb603760792bfc824901feb38.tar.gz |
Merge pull request #64 from jamesbeebop/patch-1
Update syte/templates/base.html
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> |