Skip to content

Commit

Permalink
Add fedi author meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Oct 27, 2024
1 parent 3995656 commit edb67c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion layouts/partials/custom/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@
<meta property="twitter:url" content="{{ .Permalink }}">
<meta name="twitter:title" content="{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} | {{ end }}{{ .Site.Title }}{{ end }}">
<meta name="twitter:description" content="{{ with .Summary }}{{ . }}{{ else }}{{ .Site.Params.description | markdownify | plainify }}{{ end }}">
<meta name="twitter:image" content="{{ absURL .Site.Params.logo }}">
<meta name="twitter:image" content="{{ absURL .Site.Params.logo }}">

<!-- Fediverse Meta Tags -->
<meta name="fediverse:creator" content="@[email protected]" />

0 comments on commit edb67c4

Please sign in to comment.