Skip to content

Commit b7ab526

Browse files
committed
remove hardcoding of social-share-section and expose reddit option in config file; fixes #1440
1 parent fad7e83 commit b7ab526

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ share-links-active:
9898
facebook: true
9999
linkedin: true
100100
vk: false
101+
reddit: false
101102

102103
# How to display the link to your website in the footer
103104
# Remove this if you don't want a link in the footer

assets/css/beautifuljekyll.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -944,10 +944,6 @@ pre {
944944
margin-top: 1.875rem;
945945
}
946946

947-
#social-share-section a {
948-
color: #fff;
949-
}
950-
951947
/* --- Notification boxes --- */
952948
.box-note,
953949
.box-warning,

0 commit comments

Comments
 (0)