diff --git a/_config.yml b/_config.yml index ba4ef1f..19c4068 100644 --- a/_config.yml +++ b/_config.yml @@ -16,6 +16,7 @@ owner: github: linkedin: instagram: + flickr: tumblr: # For Google Authorship https://plus.google.com/authorship google_plus: diff --git a/_includes/footer.html b/_includes/footer.html index 0d30972..e17c0c6 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -5,6 +5,7 @@ {% if site.owner.google_plus %}{% endif %} {% if site.owner.linkedin %}{% 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 diff --git a/_includes/scripts.html b/_includes/scripts.html index 2be9830..c62d88f 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -1,6 +1,7 @@ +{% if site.owner.google_analytics %} +{% endif %} {% if page.comments %}{% include disqus_comments.html %}{% endif %} \ No newline at end of file diff --git a/articles.html b/articles.html index 84e47c6..41a85a3 100644 --- a/articles.html +++ b/articles.html @@ -7,6 +7,6 @@ description: "An archive of posts sorted by date." {% for post in site.posts %} {% endfor %} \ No newline at end of file diff --git a/index.html b/index.html index 4ed5c2b..cc3ce53 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,6 @@ tags: [Jekyll, theme, themes, responsive, blog, minimalism] {% for post in site.posts limit:10 %} {% endfor %} \ No newline at end of file