diff --git a/_layouts/default.html b/_layouts/default.html index 68e53e4..5f55f31 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,13 +15,36 @@ {% endif %} - + + {% if paginator.page %} + {% if paginator.page > 1 %} + Page {{ paginator.page }} of {{ paginator.total_pages }} - + {% endif %} + {% endif %} + {% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %} + + -{% seo %} -{% if page.keywords %} - + + +{% if page.type %} + +{% else %} + {% endif %} + +{% if page.description %} + + +{% else %} + + +{% endif %} +{% assign cacheBust = site.time | date:'?v=%s' %} + + +