From 5092588b2084da2f56e9ab5ff19465e16fd48bd0 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Mon, 15 Feb 2021 07:49:21 +0300 Subject: Update social Signed-off-by: Alex Ivanov --- exampleSite/config.toml | 33 +++++++++++++++++++++++++++------ layouts/partials/social.html | 6 ------ 2 files changed, 27 insertions(+), 12 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index c746abc..d366abf 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -50,9 +50,30 @@ paginate = 10 [social] # Link your social networking accouns to the side menu # by entering your username or ID. - twitter = "*" - facebook = "*" - instagram = "*" - github = "yoshiharuyamashita" - stackoverflow = "*" - linkedin = "*" \ No newline at end of file + twitter="*" + # gnusocial="*" + facebook="*" + # weibo="*" + # tumblr="*" + instagram="*" + # flickr="*" + # photo500px="*" + # pinterest="*" + # youtube="*" + # vimeo="*" + # vine="*" + # slideshare="*" + linkedin="*" + # xing="*" + # reddit="*" + # hackernews="*" + github="yoshiharuyamashita" + # gitlab="*" + # bitbucket="*" + stackoverflow="*" + # serverfault="*" + # steam="*" + # mobygames="*" + # lastfm="*" + # discogs="*" + # keybase="*" diff --git a/layouts/partials/social.html b/layouts/partials/social.html index ececc99..90bf047 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -28,12 +28,6 @@ {{ end }} - {{ with .Site.Social.googleplus }} -
  • - Google+ -
  • - {{ end }} - {{ with .Site.Social.weibo }}
  • Weibo -- cgit v1.2.3