Skip to content

Commit

Permalink
Merge pull request #243 from linuxserver/fedi-meta
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Oct 27, 2024
2 parents 3995656 + edb67c4 commit 61966c4
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 61966c4

Please sign in to comment.