diff --git a/_includes/meta.html b/_includes/meta.html index ce9f841..b54766f 100644 --- a/_includes/meta.html +++ b/_includes/meta.html @@ -1,16 +1,12 @@ - {% if page.excerpt %} - {% elsif page.description %} - {% else %} - {% endif %} diff --git a/_layouts/default.html b/_layouts/default.html index ced909a..82873ed 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,8 +1,8 @@ - {% if page.title and page.title != "" %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }} - {% seo %} + {% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }} + {% seo title=false %} {% include meta.html %} @@ -19,7 +19,7 @@
- + {{ site.title }}