diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:06:38 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:06:38 +0100 |
commit | da67d786d2415a6ac9850483fb2276e5bbcffd4b (patch) | |
tree | d66312bbf3eafe5d8d5d8a7561699a72a068d1f2 /source/_includes | |
parent | b6b1bb5d2ab5247780116091f9bc864990e46699 (diff) | |
download | octopress-theme-jeyzu-da67d786d2415a6ac9850483fb2276e5bbcffd4b.zip octopress-theme-jeyzu-da67d786d2415a6ac9850483fb2276e5bbcffd4b.tar.gz |
social icon
Diffstat (limited to 'source/_includes')
-rw-r--r-- | source/_includes/header.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/_includes/header.html b/source/_includes/header.html index 8e4297c..b6752aa 100644 --- a/source/_includes/header.html +++ b/source/_includes/header.html @@ -5,9 +5,9 @@ <input type="hidden" name="q" value="site:{{ site.url | shorthand_url }}"> </form> <div class="social right"> - <a href="">Facebook</a> - <a href="">Google+</a> - <a href="">Twitter</a> - <a href="">RSS</a> + <a href="http://www.facebook.com/tommy351" title="Facebook">Facebook</a> + <a href="https://plus.google.com/105931860008509594725" title="Google+">Google+</a> + <a href="http://twitter.com/tommy351" title="Twitter">Twitter</a> + <a href="{{ site.subscribe_rss }}" title="RSS">RSS</a> </div> {% include custom/header.html %}
\ No newline at end of file |