aboutsummaryrefslogtreecommitdiff
path: root/.themes
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-07-18 18:13:28 -0400
committerBrandon Mathis <brandon@imathis.com>2011-07-18 18:13:28 -0400
commit873a604e144c53cfc5465a790e43db5b7ebb429e (patch)
tree7e525cc546546d8ed537ecb0734286ad11383b73 /.themes
parent1fd21a6e254cecc10a6ae05106bfa0f665a4d90d (diff)
downloadmy_new_personal_website-873a604e144c53cfc5465a790e43db5b7ebb429e.tar.xz
my_new_personal_website-873a604e144c53cfc5465a790e43db5b7ebb429e.zip
Fixed header link
Diffstat (limited to '.themes')
-rw-r--r--.themes/classic/source/_includes/header.html2
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 %}