diff --git a/_includes/head.html b/_includes/head.html index 06e2913..01d52a8 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -5,7 +5,27 @@ {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %} - + + + {% if page.title %} + + + + {% else %} + + + + {% endif %} + {% if page.date %} + + {% endif %} + + {% if page.tags %} + + {% for tag in page.tags %} + + {% endfor %} + {% endif %}