From 4a3c2e2a7333fa96b1cddfeebfc09112de8aa084 Mon Sep 17 00:00:00 2001 From: Walmor Moreira Date: Wed, 8 Jun 2016 10:05:37 -0300 Subject: [PATCH] Minor improvements (#149) * Remove an empty space on the right side of the share box * Include an option to disable the social links tooltip The tooltip is enabled by default, it'll be displayed even when the option is omitted. --- _config.yml.example | 1 + layout/common/profile.ejs | 7 ++++++- source/css/_partial/article.styl | 4 ++-- source/css/_partial/profile.styl | 1 + 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/_config.yml.example b/_config.yml.example index 314277c..acd09b1 100644 --- a/_config.yml.example +++ b/_config.yml.example @@ -31,6 +31,7 @@ customize: facebook: / dribbble: / rss: / + social_link_tooltip: true # enable the social link tooltip, options: true, false # Widgets widgets: diff --git a/layout/common/profile.ejs b/layout/common/profile.ejs index 162253c..c108412 100644 --- a/layout/common/profile.ejs +++ b/layout/common/profile.ejs @@ -23,8 +23,13 @@