From 4edfeb084ceebc08d8aa9ad1686c09860b229f10 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 21 May 2018 16:00:15 -0600 Subject: [PATCH] Add reddit to social media links --- lib/themefunctions.php | 5 +++++ pages/sitesettings.php | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/lib/themefunctions.php b/lib/themefunctions.php index 4f950a8..1d0eca6 100644 --- a/lib/themefunctions.php +++ b/lib/themefunctions.php @@ -541,6 +541,11 @@ function get_socialmedia_urls() { "name" => "Twitter", "setting" => "twitter" ], + [ + "icon" => "fab fa-reddit", + "name" => "Reddit", + "setting" => "reddit" + ], [ "icon" => "fab fa-youtube", "name" => "YouTube", diff --git a/pages/sitesettings.php b/pages/sitesettings.php index adf86c0..49a0180 100644 --- a/pages/sitesettings.php +++ b/pages/sitesettings.php @@ -272,6 +272,12 @@ function getsetting($name) { " /> +
+
+ +
+ " /> +