diff --git a/_layouts/default.html b/_layouts/default.html index ec1d2513c..76de517db 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,10 +4,10 @@ {% seo %} - {% if post.highlight_image %} - + {% if highlight_image %} + {% else %} - + {% endif %} @@ -36,8 +36,8 @@

{{ page.title | default: site.title | default: site.github.repository_name }}

{{ page.description | default: site.description | default: site.github.project_tagline }}

{% endif %} - Home - Blog + Home + Blog {% if site.github.is_project_page %} GitHub {% endif %}