From 37b2687f0b9500c808a40f085acaa67d1faae59e Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Thu, 8 Jan 2015 23:01:05 +0100 Subject: [PATCH] Update footer --- _config.yml | 4 ++++ _includes/foot.html | 13 +++++++++++++ _layouts/default.html | 14 +------------- 3 files changed, 18 insertions(+), 13 deletions(-) create mode 100644 _includes/foot.html diff --git a/_config.yml b/_config.yml index 469ca28..fcd3f0f 100644 --- a/_config.yml +++ b/_config.yml @@ -28,3 +28,7 @@ exclude: ["tmp", "Gemfile", "Gemfile.lock", "Make # Custom disqus_shortname: blog-kempkens-io + +footer: + github: nifoc + ipv6_check: kempkens.io diff --git a/_includes/foot.html b/_includes/foot.html new file mode 100644 index 0000000..8a7b554 --- /dev/null +++ b/_includes/foot.html @@ -0,0 +1,13 @@ + diff --git a/_layouts/default.html b/_layouts/default.html index 1bb40c1..21e4fe3 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,19 +10,7 @@
{{ content }} - + {% include foot.html %}