Skip to content

Commit aea6c2d

Browse files
committed
Change so h1 = site.title and h2 = site.subtitle.
Signed-off-by: Aron Cedercrantz <[email protected]>
1 parent 797be50 commit aea6c2d

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>{{ site.subtitle }}</h1>
2+
<h1>{{ site.title }}</h1>
33
{% if site.subtitle %}
4-
<h2><a href="{{ root_url }}/">{{ site.title }}</a></h2>
4+
<h2><a href="{{ root_url }}/">{{ site.subtitle }}</a></h2>
55
{% endif %}
66
</hgroup>

0 commit comments

Comments
 (0)