Skip to content

Commit

Permalink
Update OG image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
csswizardry committed Jun 30, 2023
1 parent 78380f2 commit 4e73f5a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
{% endif %}
{% if page.main %}
<meta name=twitter:image content="{{ page.main }}">
<meta property=og:image content="{{ page.main }}" />
<meta property=og:image content="{{ page.main }}">
{% else %}
<meta name=twitter:image content=https://csswizardry.com/logo.png>
<meta name=og:image content=https://csswizardry.com/logo.png>
Expand All @@ -110,7 +110,7 @@
<meta name=theme-color content=#f43059>
<link rel=manifest href=/manifest.json>

<meta name=view-transition content=same-origin />
<meta name=view-transition content=same-origin>

<script>
performance.mark('HEAD End');
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-01-10-why-not-document-write.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: "Why Not document.write()?"
date: 2023-01-10 16:17:11
categories: Web Development
main: "https://res.cloudinary.com/csswizardry/image/fetch/f_auto,q_auto/https://csswizardry.com/wp-content/uploads/2023/01/lighthouse.png"
main: "https://csswizardry.com/wp-content/uploads/2023/01/lighthouse.png"
meta: "We’re often told not to use document.write(), but… why?!"
---

Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-06-07-site-speed-topography-remapped.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: "Site-Speed Topography Remapped"
date: 2023-06-07 17:11:58
categories: Web Development
main: "https://res.cloudinary.com/csswizardry/image/fetch/f_auto,q_auto/https://csswizardry.com/wp-content/uploads/2023/06/site-speed-topography-01.png"
main: "https://csswizardry.com/wp-content/uploads/2023/06/site-speed-topography-01.png"
meta: "Revisiting and remapping my Site-Speed Topography technique for assessing web performance at large"
---

Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-07-01-in-defence-of-domcontentloaded.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: "In Defence of DOM­Content­Loaded"
date: 2023-07-01 00:01:19
categories: Web Development
main: "https://res.cloudinary.com/csswizardry/image/fetch/f_auto,q_auto/https://csswizardry.com/wp-content/uploads/2023/06/devtools-dcl.png"
main: "https://csswizardry.com/wp-content/uploads/2023/06/devtools-dcl.png"
meta: "Is there any reason to still measure the DOMContentLoaded event? Perhaps…"
---

Expand Down

0 comments on commit 4e73f5a

Please sign in to comment.