Skip to content

Commit a24cfb9

Browse files
committed
Update source/_includes/custom/header.html
fix header link
1 parent b91e82f commit a24cfb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_includes/custom/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<hgroup>
2-
<h1><a href="{{ root_url }}/">{{ site.title }}</a></h1>
2+
<h1>{{ site.subtitle }}</h1>
33
{% if site.subtitle %}
4-
<h2>{{ site.subtitle }}</h2>
4+
<h2><a href="{{ root_url }}/">{{ site.title }}</a></h2>
55
{% endif %}
66
</hgroup>

0 commit comments

Comments
 (0)