From 64a3aeaf7ea316265be7ab0b26f09dcd0c700085 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 --- _config.yml | 1 + _includes/footer.html | 1 + 2 files changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index 8ff9274..d2b76a6 100644 --- a/_config.yml +++ b/_config.yml @@ -43,6 +43,7 @@ owner: instagram: mmistakes flickr: tumblr: mademistakes + pinterest: google: plus: MichaelRoseDesign analytics: UA-2011187-2 diff --git a/_includes/footer.html b/_includes/footer.html index fe94956..f696184 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