diff --git a/_layouts/gallery.html b/_layouts/gallery.html index 42ed090a..19a4ae41 100644 --- a/_layouts/gallery.html +++ b/_layouts/gallery.html @@ -4,9 +4,18 @@ ---
+ {%- if page.title -%} +

{{ page.title }} Media

+ {%- endif -%} + {%- if page.enable_nav -%} {%- endif -%} - - {%- if page.title -%} -

{{ page.title }} Media

- {%- endif -%} {% include gallery_component.html media=page.media grid=page.grid %}
diff --git a/_layouts/post_feed.html b/_layouts/post_feed.html index c8b5dd9d..4e18fdc8 100644 --- a/_layouts/post_feed.html +++ b/_layouts/post_feed.html @@ -3,9 +3,18 @@ ---
+ {%- if page.title -%} +

{{ page.title }} Posts

+{%- endif -%} + {%- if page.enable_nav -%} {%- endif -%} - {%- if page.title -%} -

{{ page.title }} Posts

- {%- endif -%} + {%- if site.posts.size > 0 -%}