Skip to content

Commit

Permalink
feat: add og:url meta tag as per https://ogp.me/ (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcen authored Jul 14, 2024
1 parent 52a988a commit 4416f92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/partials/meta/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<meta property="og:type" content="article" />
<meta property="og:article:published_time" content={{ $ISO_date | safeHTML }} />
<meta property="article:published_time" content={{ $ISO_date | safeHTML }} />
<meta property="og:url" content="{{ .Permalink }}" />

{{ with.Params.author }}
<meta property="og:article:author" content="{{humanize . }}" />
Expand Down

0 comments on commit 4416f92

Please sign in to comment.