diff --git a/_config.yml b/_config.yml index 0ca380edbf6..3ba088384fb 100644 --- a/_config.yml +++ b/_config.yml @@ -32,7 +32,7 @@ description: >- # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. - +image: "" baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com favicon: "" # the favicon for your site diff --git a/_includes/head.html b/_includes/head.html index 66cca12e9a9..ca04cf4c9cd 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,6 +4,25 @@ {%- seo -%} + {% if page.title %} + + + {% if page.subtitle %} + + {% else %} + + {% endif %} + {% if page.banner %} + + {% else %} + + {% endif %} + {% else %} + + + + + {% endif %}