diff options
author | Adam Carpenter <gitlab@53hor.net> | 2019-10-26 15:27:12 -0400 |
---|---|---|
committer | Adam Carpenter <gitlab@53hor.net> | 2019-10-26 15:27:12 -0400 |
commit | 92f4799f50c94f2de1d3d94b0fb20ff6d93614eb (patch) | |
tree | b48b1af7b5260c1caabceb091476a839c8b71fe7 /_layouts | |
parent | 30c1ec5d1f5860248b70ac0085f15ab8421fa321 (diff) | |
download | cobalt-site-92f4799f50c94f2de1d3d94b0fb20ff6d93614eb.tar.xz cobalt-site-92f4799f50c94f2de1d3d94b0fb20ff6d93614eb.zip |
Added FB social sharing link to posts.
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.liquid | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/_layouts/post.liquid b/_layouts/post.liquid index a23d51f..ca9bf8c 100644 --- a/_layouts/post.liquid +++ b/_layouts/post.liquid @@ -60,7 +60,12 @@ </div> <div class="column is-narrow"> - {% include posts-similar.liquid %} + <div class="section"> + {% include social-share.liquid %} + </div> + <div class="section"> + {% include posts-similar.liquid %} + </div> </div> </div> </div> |