Browse Source

Fixed header link

unreleased_contents
Brandon Mathis 13 years ago
parent
commit
873a604e14
  1. 2
      .themes/classic/source/_includes/header.html

2
.themes/classic/source/_includes/header.html

@ -1,5 +1,5 @@
<hgroup> <hgroup>
<h1><a href="{{ site.root }}">{{ site.title }}</a></h1> <h1><a href="{{ site.root }}/">{{ site.title }}</a></h1>
{% if site.subtitle %} {% if site.subtitle %}
<h2>{{ site.subtitle }}</h2> <h2>{{ site.subtitle }}</h2>
{% endif %} {% endif %}

Loading…
Cancel
Save