Skip to content

Commit f9ec32a

Browse files
Merge branch 'develop' into feature/post-quantum-roadmap
2 parents 7be51fc + 26c1e2e commit f9ec32a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

layouts/_default/baseof.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
<meta property="og:site_name" content="{{ .Site.Title }}">
1515
{{ if and (eq .Section "blog") .IsPage }}
1616
<meta name="description" content="{{ .Summary }}">
17-
<meta name="fediverse:creator" content="@[email protected]">
17+
<meta name="fediverse:creator" content="{{ .Params.fediverseCreator | default "@[email protected]" }}">
1818
<meta property="og:title" content="{{ .Title }}">
1919
<meta property="og:type" content="article" />
2020
<meta property="og:description" content="{{ .Summary }}">
21-
<meta property="article:author" content="{{ with .Params.Author }}{{ . }}{{ else }}Cryptobot{{ end }}" />
21+
<meta property="article:author" content="{{ .Params.Author | default "Cryptobot" }}" />
2222
<meta property="article:published_time" content="{{ dateFormat "2006-01-02" .Params.Date }}" />
2323
{{ range .Params.tags }}
2424
<meta property="article:tag" content="{{ . }}" />
2525
{{ end }}
2626
{{ else if (eq .Type "article") }}
2727
<meta name="description" content="{{ .Params.Description }}">
28-
<meta name="fediverse:creator" content="@[email protected]">
28+
<meta name="fediverse:creator" content="{{ .Params.fediverseCreator | default "@[email protected]" }}">
2929
<meta property="og:title" content="{{ .Title }}">
3030
<meta property="og:type" content="article" />
3131
<meta property="og:description" content="{{ .Params.Description }}">

0 commit comments

Comments
 (0)