diff --git a/default.hbs b/default.hbs index 5ad3ba6..9d57bca 100644 --- a/default.hbs +++ b/default.hbs @@ -9,6 +9,26 @@ {{ghost_head}} + diff --git a/partials/content.hbs b/partials/content.hbs index db9f2c5..b366d5a 100644 --- a/partials/content.hbs +++ b/partials/content.hbs @@ -29,6 +29,32 @@ {{custom_excerpt}} {{/if}} +
+ +
+
+
+
{{#if feature_image}} {{#unless no_image}} @@ -45,6 +71,7 @@
{{content}} +
{{#is "post"}} diff --git a/partials/share-block.hbs b/partials/share-block.hbs new file mode 100644 index 0000000..e954fce --- /dev/null +++ b/partials/share-block.hbs @@ -0,0 +1,19 @@ +
+ Share + + + +   + + + +   + + + +   + + + +
+ diff --git a/post.hbs b/post.hbs index 516ed4a..b17b087 100644 --- a/post.hbs +++ b/post.hbs @@ -12,6 +12,6 @@ {{#post}} {{> "comments"}} + {{> share-block}} {{/post}} - \ No newline at end of file