Skip to content

Commit

Permalink
Update avatar
Browse files Browse the repository at this point in the history
Use new avatar image.
  • Loading branch information
martincostello committed Jul 9, 2024
1 parent 649c83b commit 1ec22a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/_opengraph.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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
%>
<meta property="og:image" content="<%= og_image %>" />
Expand Down
2 changes: 1 addition & 1 deletion source/_twittermeta.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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
%>
<meta name="twitter:image" content="<%= twitter_image %>" />
Expand Down
2 changes: 1 addition & 1 deletion source/about-me.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: "Information about Martin Costello, a software developer and tester
</div>
<div class="col-md-4">
<div class="row text-center">
<img class="img-fluid mx-auto d-block lazy" style="margin: 0 auto;" data-original="https://<%= config[:cdn_domain] %>/martin_small-v2.png" height="300" width="300" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="<%= config[:blog_author] %>" title="<%= config[:blog_author] %>" />
<img class="img-fluid mx-auto d-block lazy" style="margin: 0 auto;" data-original="https://<%= config[:cdn_domain] %>/martin_small-v3.png" height="300" width="300" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="<%= config[:blog_author] %>" title="<%= config[:blog_author] %>" />
</div>
</div>
</div>
Expand Down

0 comments on commit 1ec22a1

Please sign in to comment.