From 372af4e29695415ea3c6b62f2bcad7799c4c4c54 Mon Sep 17 00:00:00 2001 From: mismith0227 Date: Sun, 27 Nov 2016 18:53:26 +0900 Subject: [PATCH 1/2] =?UTF-8?q?SNS=E3=82=B7=E3=82=A7=E3=82=A2=E3=83=9C?= =?UTF-8?q?=E3=82=BF=E3=83=B3=E3=81=A8=E3=83=95=E3=83=83=E3=82=BF=E3=83=BC?= =?UTF-8?q?=E3=81=ABFacebook=E3=82=BF=E3=82=A4=E3=83=A0=E3=83=A9=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=82=92=E8=A1=A8=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/footer.liquid | 10 ++++++++++ _layouts/post.html | 19 +++++++++++++++++++ assets/css/extension.css | 16 ++++++++++++++++ 3 files changed, 45 insertions(+) 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..4c4a86963 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -5,3 +5,22 @@

{{ post.title }}

{{ 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; +} From b7535af793106de5399f2a4db2046f457b5b00e8 Mon Sep 17 00:00:00 2001 From: mismith0227 Date: Sun, 27 Nov 2016 20:26:12 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AA=E3=82=B3?= =?UTF-8?q?=E3=83=BC=E3=83=89=E3=81=AE=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 4c4a86963..a30e0d8ca 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -8,7 +8,7 @@

{{ post.title }}