From b188397c9fd9d6addd09b15ab99ed7f52109f59c Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 15 Sep 2024 18:55:17 +0000 Subject: [PATCH] wip --- default.hbs | 20 ++++++++++++++++++++ partials/content.hbs | 27 +++++++++++++++++++++++++++ partials/share-block.hbs | 19 +++++++++++++++++++ post.hbs | 2 +- 4 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 partials/share-block.hbs 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