diff --git a/_includes/footer.liquid b/_includes/footer.liquid index 6a20a70c4..01be47257 100644 --- a/_includes/footer.liquid +++ b/_includes/footer.liquid @@ -2,6 +2,7 @@ + +
+ diff --git a/_layouts/post.html b/_layouts/post.html index d7ea40a80..a30e0d8ca 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -5,3 +5,22 @@{{ page.date | date: "%B %-d, %Y" }}
{{ content }} + + + + + + diff --git a/assets/css/extension.css b/assets/css/extension.css index 94c16bc5d..c46749642 100644 --- a/assets/css/extension.css +++ b/assets/css/extension.css @@ -5,3 +5,19 @@ body { font-size: 20px; } + +.share-btns { + margin-top: 40px; +} + +.share-btns::after { + content: ""; + display: block; + clear: both; +} + +.share-btn { + float: left; + margin-right: 16px; + line-height: 1; +}