Skip to content

Commit ea2d086

Browse files
Merge branch 'develop'
2 parents 92d85a8 + 9c87807 commit ea2d086

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

layouts/_default/baseof.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<link rel="preload" fetchpriority="low" href="/webfonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin="anonymous">
1313
{{ if and (eq .Section "blog") .IsPage }}
1414
<meta name="description" content="{{ .Summary }}">
15+
<meta name="fediverse:creator" content="@[email protected]">
1516
<meta property="og:title" content="{{ .Title }}">
1617
<meta property="og:type" content="article" />
1718
<meta property="og:url" content="{{ .Permalink }}">
@@ -27,6 +28,7 @@
2728
<meta property="og:image:height" content="256" />
2829
{{ else if (eq .Type "article") }}
2930
<meta name="description" content="{{ .Params.Description }}">
31+
<meta name="fediverse:creator" content="@[email protected]">
3032
<meta property="og:title" content="{{ .Title }}">
3133
<meta property="og:type" content="article" />
3234
<meta property="og:url" content="{{ .Permalink }}">

0 commit comments

Comments
 (0)