diff options
| -rw-r--r-- | _config.yml.example | 3 | ||||
| -rw-r--r-- | _site_build/_includes/sidebar.html | 5 | ||||
| -rw-r--r-- | _site_build/css/style.css | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/_config.yml.example b/_config.yml.example index f6e3bfc..e6288ef 100644 --- a/_config.yml.example +++ b/_config.yml.example @@ -31,6 +31,9 @@ description: # Git hub name. #github: +# Facebook username +#facebook + # Controls the number of recent posts shown on the main index page and in the RSS feed. max_recent_posts: 10 diff --git a/_site_build/_includes/sidebar.html b/_site_build/_includes/sidebar.html index 46eddba..5954be0 100644 --- a/_site_build/_includes/sidebar.html +++ b/_site_build/_includes/sidebar.html @@ -20,6 +20,11 @@ <a href="http://twitter.com/#!/{{ site.twitter }}" rel="external nofollow" target="_blank" title="Follow {{ site.author }} on Twitter"><span>Twitter</span>@{{ site.twitter }}</a> </li> {% endif %} + {% if site.facebook %} + <li> + <a href="https://www.facebook.com/{{ site.facebook }}" rel="external nofollow" target="_blank" title="Follow {{ site.author }} on Facebook"><span>Facebook</span>{{ site.facebook }}</a> + </li> + {% endif %} {% if site.github %} <li> <a href="https://github.com/{{ site.github }}" rel="external nofollow" target="_blank" title="Follow {{ site.author }} on GitHub"><span>Github</span>{{ site.github }}</a> diff --git a/_site_build/css/style.css b/_site_build/css/style.css index 98b887e..1c85690 100644 --- a/_site_build/css/style.css +++ b/_site_build/css/style.css @@ -201,7 +201,7 @@ article h2, section#about h2, section#archives h2 { #social ul span { display: inline-block; - width: 3.5em; + width: 4.5em; color: #999999; text-transform: lowercase; } |
