_includes/header.html in jekyll-theme-simpleton-0.9.0 vs _includes/header.html in jekyll-theme-simpleton-0.10.0

- old
+ new

@@ -1,13 +1,13 @@ <header id="header"> - <h1 id="site-title"> - {{- site.title -}} - </h1> <!-- #site-title --> + <h1 id="site-title"> + {{- site.title -}} + </h1> <!-- #site-title --> - {%- if site.subtitle -%} - <p id="site-subtitle"> - {{- site.subtitle -}} - </p> <!-- #site-subtitle --> - {%- endif -%} + {%- if site.subtitle -%} + <p id="site-subtitle"> + {{- site.subtitle -}} + </p> <!-- #site-subtitle --> + {%- endif -%} - {%- include menu.html -%} + {%- include menu.html -%} </header> <!-- #header -->