File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
< meta property ="og:site_name " content ="{{ .Site.Title }} ">
15
15
{{ if and (eq .Section "blog") .IsPage }}
16
16
< meta name ="description " content ="{{ .Summary }} ">
17
- < meta name ="
fediverse:creator "
content ="
@[email protected] "
>
17
+ < meta name ="
fediverse:creator "
content ="
{{ .Params.fediverseCreator | default " @[email protected] " }} "
>
18
18
< meta property ="og:title " content ="{{ .Title }} ">
19
19
< meta property ="og:type " content ="article " />
20
20
< 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 " }}" />
22
22
< meta property ="article:published_time " content ="{{ dateFormat "2006-01-02 " .Params.Date }}" />
23
23
{{ range .Params.tags }}
24
24
< meta property ="article:tag " content ="{{ . }} " />
25
25
{{ end }}
26
26
{{ else if (eq .Type "article") }}
27
27
< 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] " }} "
>
29
29
< meta property ="og:title " content ="{{ .Title }} ">
30
30
< meta property ="og:type " content ="article " />
31
31
< meta property ="og:description " content ="{{ .Params.Description }} ">
You can’t perform that action at this time.
0 commit comments