diff --git a/_layouts/content.html b/_layouts/content.html
index 388585eb..a2a72a19 100644
--- a/_layouts/content.html
+++ b/_layouts/content.html
@@ -2,7 +2,11 @@
layout: default
---
-
+
{% if layout.notitle != true %}
{{ page.title }}
{% endif %}
diff --git a/_layouts/plugin.html b/_layouts/plugin.html
index 7c46aab6..87d99a35 100644
--- a/_layouts/plugin.html
+++ b/_layouts/plugin.html
@@ -1,6 +1,7 @@
---
layout: content
notitle: true
+fullwith: true
---
{{ page.name }}
{% include partial/publisher_ref.html pub=page.publisher %}