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 %}