From 32a70e8f479c8ddadb908a888420725aa2ab551f Mon Sep 17 00:00:00 2001 From: Aron Woost Date: Sat, 6 Mar 2021 20:21:08 +0100 Subject: [PATCH 1/2] Add open source note to footer --- source/_includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/footer.html b/source/_includes/footer.html index 6f807df..b21c730 100644 --- a/source/_includes/footer.html +++ b/source/_includes/footer.html @@ -1,4 +1,4 @@

© {{ site.time | date: "%Y" }} / {{ site.author }} / - Powered by Octopress + Powered by Octopress / This blog is Open Source

\ No newline at end of file From 150828d7bf03e5c9837b39ac48dd608a0b41fb05 Mon Sep 17 00:00:00 2001 From: Aron Woost Date: Sat, 6 Mar 2021 20:28:38 +0100 Subject: [PATCH 2/2] Disable sharing --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 093b659..a5e9116 100644 --- a/_config.yml +++ b/_config.yml @@ -70,7 +70,7 @@ github_skip_forks: true # Twitter twitter_user: -twitter_tweet_button: true +twitter_tweet_button: false # Google +1 google_plus_one: false @@ -97,4 +97,4 @@ disqus_show_comment_count: false google_analytics_tracking_id: UA-1992824-2 # Facebook Like -facebook_like: true +facebook_like: false