diff --git a/_layouts/content.html b/_layouts/content.html index e1ae436e..388585eb 100644 --- a/_layouts/content.html +++ b/_layouts/content.html @@ -3,6 +3,8 @@ layout: default ---
+ {% if layout.notitle != true %}

{{ page.title }}

+ {% endif %} {{ content }}
diff --git a/_layouts/publisher.html b/_layouts/publisher.html index 4b59111b..432bb12b 100644 --- a/_layouts/publisher.html +++ b/_layouts/publisher.html @@ -1,12 +1,13 @@ --- -layout: default +layout: content +notitle: true ---

{% if page.github %} mdo {% endif %} - {{ page.name }} + {{ page.name }}