diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-18 18:13:28 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-18 18:13:28 -0400 |
commit | 873a604e144c53cfc5465a790e43db5b7ebb429e (patch) | |
tree | 7e525cc546546d8ed537ecb0734286ad11383b73 /.themes/classic | |
parent | 1fd21a6e254cecc10a6ae05106bfa0f665a4d90d (diff) | |
download | my_new_personal_website-873a604e144c53cfc5465a790e43db5b7ebb429e.tar.xz my_new_personal_website-873a604e144c53cfc5465a790e43db5b7ebb429e.zip |
Fixed header link
Diffstat (limited to '.themes/classic')
-rw-r--r-- | .themes/classic/source/_includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_includes/header.html b/.themes/classic/source/_includes/header.html index 5c97e7a7..411b6abe 100644 --- a/.themes/classic/source/_includes/header.html +++ b/.themes/classic/source/_includes/header.html @@ -1,5 +1,5 @@ <hgroup> - <h1><a href="{{ site.root }}">{{ site.title }}</a></h1> + <h1><a href="{{ site.root }}/">{{ site.title }}</a></h1> {% if site.subtitle %} <h2>{{ site.subtitle }}</h2> {% endif %} |