From 2e7e343ce2433b676da41616cdd9c93a05da9b8f Mon Sep 17 00:00:00 2001
From: mountainbug95 <tannersmithtn95@gmail.com>
Date: Wed, 05 Feb 2020 16:25:46 +0000
Subject: [PATCH] Add social media share buttons to the post layout

---
 layouts/_default/single.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 648a45e..a940308 100755
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -14,7 +14,8 @@
           */}}
         {{with .CurrentSection.Title }}{{. | upper }}{{end}}
       </aside>
-      <h1 class="f1 athelas mb1">
+      {{ partial "social-share.html" . }}
+      <h1 class="f1 athelas mt3 mb1">
         {{- .Title -}}
       </h1>
       {{ with .Params.author }}
@@ -32,6 +33,7 @@
       <time class="f6 mv4 dib tracked" datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">
         {{- .Date.Format "January 2, 2006" -}}
       </time>
+
       {{/*
           Show "reading time" and "word count" but only if one of the following are true:
           1) A global config `params` value is set `show_reading_time = true`

--
Gitblit v1.10.0