diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..06a1bc3 --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,3 @@ +{% if site.title and site.title != page.title %} +

{{ site.title }}

+{% endif %} diff --git a/_layouts/default.html b/_layouts/default.html index af5eab3..e9b8b34 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,9 +3,8 @@ {% include head.html %}
- {% if site.title and site.title != page.title %} -

{{ site.title }}

- {% endif %} + + {% include header.html %} {{ content }}