From d2615a641c9e66608729d2979112f7028ccf0f09 Mon Sep 17 00:00:00 2001 From: Slippery Seal Date: Sat, 28 Feb 2015 09:54:17 +1100 Subject: [PATCH] add Pinterest to footer links --- _config.yml | 1 + _includes/footer.html | 1 + 2 files changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index 3e2315c..c1d9e7d 100644 --- a/_config.yml +++ b/_config.yml @@ -43,6 +43,7 @@ owner: instagram: #username flickr: #username tumblr: #username + pinterest: #username google: plus: #username analytics: diff --git a/_includes/footer.html b/_includes/footer.html index 5b74559..4003e7f 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -11,5 +11,6 @@ {% if site.owner.flickr %}{% endif %} {% if site.owner.github %}{% endif %} {% if site.owner.tumblr %}{% endif %} + {% if site.owner.pinterest %}{% endif %} \ No newline at end of file