diff --git a/source/_opengraph.erb b/source/_opengraph.erb index cec4ccf..2bee2b0 100644 --- a/source/_opengraph.erb +++ b/source/_opengraph.erb @@ -3,7 +3,7 @@ if current_page.data.image og_image = URI.join(config[:site_root_uri], image_path(current_page.data.image)) else - og_image = "https://" + config[:cdn_domain] + "/martin_small-v2.png" + og_image = "https://" + config[:cdn_domain] + "/martin_small-v3.png" end %> diff --git a/source/_twittermeta.erb b/source/_twittermeta.erb index bccb0d8..27dec0e 100644 --- a/source/_twittermeta.erb +++ b/source/_twittermeta.erb @@ -6,7 +6,7 @@ if current_page.data.image twitter_image = URI.join(config[:site_root_uri], image_path(current_page.data.image)) else - twitter_image = "https://" + config[:cdn_domain] + "/martin_small-v2.png" + twitter_image = "https://" + config[:cdn_domain] + "/martin_small-v3.png" end %> diff --git a/source/about-me.html.erb b/source/about-me.html.erb index 4484b32..7fc799a 100644 --- a/source/about-me.html.erb +++ b/source/about-me.html.erb @@ -11,7 +11,7 @@ description: "Information about Martin Costello, a software developer and tester
- <%= config[:blog_author] %> + <%= config[:blog_author] %>