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 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 }} ">
You can’t perform that action at this time.
0 commit comments