From 96d33144dd398bb1b4271e064c0bdad41263f02e Mon Sep 17 00:00:00 2001 From: infominer33 Date: Tue, 16 Apr 2019 20:34:32 -0400 Subject: [PATCH] add reddit share --- _includes/social-share.html | 2 ++ _sass/minimal-mistakes/_buttons.scss | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_includes/social-share.html b/_includes/social-share.html index 0b377982..c80824e4 100644 --- a/_includes/social-share.html +++ b/_includes/social-share.html @@ -8,4 +8,6 @@ Facebook LinkedIn + + Reddit diff --git a/_sass/minimal-mistakes/_buttons.scss b/_sass/minimal-mistakes/_buttons.scss index 9ef60a84..2f004248 100644 --- a/_sass/minimal-mistakes/_buttons.scss +++ b/_sass/minimal-mistakes/_buttons.scss @@ -39,7 +39,8 @@ (info, $info-color), (facebook, $facebook-color), (twitter, $twitter-color), - (linkedin, $linkedin-color); + (linkedin, $linkedin-color), + (reddit, $reddit-color); @each $buttoncolor, $color in $buttoncolors { &--#{$buttoncolor} { @@ -94,4 +95,4 @@ &--small { font-size: $type-size-7; } -} \ No newline at end of file +}