From ea887e9313f8e76c1c42a9048f2e4a1325cf1ecf Mon Sep 17 00:00:00 2001 From: Bud Parr Date: Sat, 15 Apr 2017 09:03:13 -0400 Subject: [PATCH] fix issues with featured image --- layouts/partials/page-header.html | 2 +- layouts/partials/site-header.html | 2 +- readme.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/layouts/partials/page-header.html b/layouts/partials/page-header.html index 73cdb18..347cd7d 100644 --- a/layouts/partials/page-header.html +++ b/layouts/partials/page-header.html @@ -1,5 +1,5 @@ {{ if .Params.featured_image }} -
+
{{ partial "site-navigation.html" . }}
diff --git a/layouts/partials/site-header.html b/layouts/partials/site-header.html index 33b35a8..b8ebba1 100755 --- a/layouts/partials/site-header.html +++ b/layouts/partials/site-header.html @@ -1,5 +1,5 @@ {{ if .Params.featured_image }} -
+
{{ partial "site-navigation.html" .}}
diff --git a/readme.md b/readme.md index 836ddcf..bfbddad 100644 --- a/readme.md +++ b/readme.md @@ -37,3 +37,6 @@ Includes examples of This theme uses the "Tachyons" CSS library. This will allow you to manipulate the design of the theme by changing class names in HTML without touching the original CSS files. For more information see the [Tachyons website](http://tachyons.io/). + +TODO: +- ADD INSTRUCTIONS