From b42718f7d9aac88a3048c616193f81deff49e401 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 25 Jul 2013 18:19:52 -0700 Subject: First attempt with the new theme. --- _includes/footer.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _includes/footer.html (limited to '_includes/footer.html') diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..f4c4e51 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,12 @@ +© {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by Jekyll using the So Simple Theme. +
+ {% if site.owner.twitter %}{% endif %} + {% if site.owner.facebook %}{% endif %} + {% if site.owner.google_plus %}{% endif %} + {% if site.owner.linkedin %}{% endif %} + {% if site.owner.stackexchange %}{% endif %} + {% if site.owner.instagram %}{% endif %} + {% if site.owner.flickr %}{% endif %} + {% if site.owner.github %}{% endif %} + {% if site.owner.tumblr %}{% endif %} +
\ No newline at end of file -- cgit v1.2.3