From 4aefe89a12d417c6263a980831fcfea85b33e245 Mon Sep 17 00:00:00 2001 From: Alessio Durante Date: Wed, 27 Dec 2023 18:22:49 +0100 Subject: [PATCH] Update for share bar --- _includes/share-bar.html | 136 +++++++++++++++++++++++++++++++++++++++ _layouts/post.html | 17 +++++ 2 files changed, 153 insertions(+) create mode 100644 _includes/share-bar.html create mode 100644 _layouts/post.html diff --git a/_includes/share-bar.html b/_includes/share-bar.html new file mode 100644 index 0000000..66643b9 --- /dev/null +++ b/_includes/share-bar.html @@ -0,0 +1,136 @@ + + +
+ +

Share this:

+ + + +
+ + diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..64ca2d2 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,17 @@ +--- +layout: default +--- + +
+

{{ page.title }}

+ {{ page.description }} +
+
+ Published on by {{ page.author }} +
+
+ {{ content }} +
+
+{% include share-bar.html %} +