Skip to content

Commit

Permalink
fix(OGP): Metadata should be absolute URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
rocx committed Feb 5, 2024
1 parent e184fb9 commit 31b499b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0, minimum-scale=1.0">
<meta property="og:title" value="{{ page.title }}">
<meta property="og:url" value="https://rocx.rocks{{ page.url }}">
<meta property="og:image" value="/assets/pictures/banner.png">
<meta property="og:image" value="https://rocx.rocks/assets/pictures/banner.png">
{% if page.layout == "post" -%}
<meta property="og:type" value="article">
<meta property="og:published_time" value="{{ page.date | date: '%F' }}">
Expand Down

0 comments on commit 31b499b

Please # to comment.