From 631cb5cf7c4930790c78ac91a38ac8a6dcb417f7 Mon Sep 17 00:00:00 2001 From: Diego Caro Date: Tue, 16 Jul 2013 22:04:26 -0400 Subject: [PATCH 1/3] Flickr link --- _config.yml | 1 + _includes/footer.html | 1 + 2 files changed, 2 insertions(+) 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 From 8a5eb10b21c493a16648586e3b22989f2fb9dd55 Mon Sep 17 00:00:00 2001 From: Diego Caro Date: Tue, 16 Jul 2013 22:04:40 -0400 Subject: [PATCH 2/3] Optional Analytics --- _includes/scripts.html | 2 ++ 1 file changed, 2 insertions(+) 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 From 0ddf75bb57b30a28a5888d107b809b635462fab8 Mon Sep 17 00:00:00 2001 From: Diego Caro Date: Tue, 16 Jul 2013 22:06:26 -0400 Subject: [PATCH 3/3] Improving readability for users without CSS: adding a space between title and date. --- articles.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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