mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +00:00
add support for new 'fediverse:creator' property
This commit is contained in:
parent
17fd7cf661
commit
f67f8390b6
2 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ reply = true
|
|||
name = "John Bowdre"
|
||||
email = "jbowdre@omg.lol"
|
||||
username = "jbowdre"
|
||||
fedi = "@jbowdre@social.lol"
|
||||
|
||||
[theme]
|
||||
palette = "runtimeterror"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<title>{{ with .Title }}{{ . }} – {{end}}{{ .Site.Title }}</title>
|
||||
{{ with .Site.Params.about }}<meta name="description" content="{{ .description }}">{{ end }}
|
||||
{{ with .Site.Params.Author.fedi }}<meta property="fediverse:creator" content="{{ . }}" />{{ end }}
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8"/>
|
||||
|
|
Loading…
Reference in a new issue