diff --git a/_includes/head.html b/_includes/head.html index 4a0e010..12fab2a 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -40,9 +40,21 @@ {% endif %} {% endif %} + + + + + + + @@ -55,29 +67,44 @@ {% if page.layout == 'home' %} + {% endif %} {% if page.title == 'Categories' and page.layout == 'page' %} + {% endif %} {% if page.title == 'Tags' and page.layout == 'page' %} + {% endif %} {% if page.layout == 'category' or page.layout == 'tag' %} + {% endif %} {% if page.title == 'Archives' and page.layout == 'page' %} + {% endif %} {% if page.title == 'About' and page.layout == 'page' %} + {% endif %} + + + + + @@ -102,13 +129,21 @@ {% endif %} {% if page.layout == 'post' %} + + + + {% if site.toc and page.toc %} + + + {% endif %} + {% endif %} \ No newline at end of file