From 262b5dca2f4f1aa1a77642b6ac0f9ac0ea858e62 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 18 Jun 2015 08:57:50 +0100 Subject: [PATCH] Fixed Gravatar URL --- source/_layouts/default.html | 4 ++-- source/_partials/about-author.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_layouts/default.html b/source/_layouts/default.html index ab8cc100..2f32e56b 100644 --- a/source/_layouts/default.html +++ b/source/_layouts/default.html @@ -19,11 +19,11 @@ {% for size in site.apple_touch_icon_sizes %} - + {% endfor %} {% for size in site.favicon_sizes %} - + {% endfor %} diff --git a/source/_partials/about-author.html b/source/_partials/about-author.html index 00547945..04a1bc50 100644 --- a/source/_partials/about-author.html +++ b/source/_partials/about-author.html @@ -1,5 +1,5 @@

About the Author

- Picture of Oliver + Picture of Oliver

{{ site.bio|raw }}