{{!-- All other templates get inserted here, index.hbs, post.hbs, etc --}}
{{{body}}}
-
+
{{!-- The global footer at the very bottom of the screen --}}
{{/post}}
\ No newline at end of file
diff --git a/post.hbs b/post.hbs
index f3933d5..0d86975 100644
--- a/post.hbs
+++ b/post.hbs
@@ -7,78 +7,80 @@ into the {body} tag of the default.hbs template --}}
{{#post}}
{{!-- Everything inside the #post block pulls data from the post --}}
-
+
+
-
+
- {{#if primary_tag}}
-
- {{primary_tag.name}}
-
- {{/if}}
-
-
+
+ {{#if feature_image}}
+
+ {{!-- This is a responsive image, it loads different sizes depending on device
+ https://medium.freecodecamp.org/a-guide-to-responsive-images-with-ready-to-use-templates-c400bd65c433 --}}
+
+ {{#if feature_image_caption}}
+ {{feature_image_caption}}
+ {{/if}}
+
+ {{/if}}
+
+
+
+ {{content}}
+
+
+ {{!--
+
+ If you want to embed comments, this is a good place to paste your code!
+
+ --}}
+
+
+
{{!-- A signup call to action is displayed here, unless viewed as a logged-in member --}}
{{#unless @member}}
diff --git a/tag.hbs b/tag.hbs
index 57c3e65..a5035b4 100644
--- a/tag.hbs
+++ b/tag.hbs
@@ -2,7 +2,7 @@
{{!-- The tag above means - insert everything in this file into the {body} of the default.hbs template --}}
-
+