From 89f456e3d7d7662a938747c7b8e81736c76dcc43 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sun, 27 Aug 2017 14:51:16 +0800 Subject: [PATCH] Fix buttons --- .gitignore | 1 + _includes/2017/top-nav.html | 4 +- _includes/social-list.html | 6 +- _sass/2017/components/page-actions.scss | 73 +++++++++++++++++++++++++ _sass/2017/style.scss | 1 + 5 files changed, 80 insertions(+), 5 deletions(-) create mode 100644 _sass/2017/components/page-actions.scss diff --git a/.gitignore b/.gitignore index 350401e8e..386d56002 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ _output _site +.jekyll-metadata diff --git a/_includes/2017/top-nav.html b/_includes/2017/top-nav.html index 475657cbf..533067720 100644 --- a/_includes/2017/top-nav.html +++ b/_includes/2017/top-nav.html @@ -7,8 +7,8 @@
{% include social-list.html class="social page-actions" page=include.page %}