diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2012-01-07 17:02:05 +0000 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2012-01-07 17:02:05 +0000 |
| commit | e323ff91ca3dd5eff0d7bf0fc78df2e3773ebd87 (patch) | |
| tree | 6dea97e4fb469346ca918e6c792b1980f6f9bfe0 | |
| parent | ce2d5b574d729973f5cfbe1ece7441012629f143 (diff) | |
Add Facebook to list of contacts.
| -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; } |
