mirror of https://github.com/jpanther/congo.git
✨ Add Hugo schema template
parent
9fd42720fd
commit
c279dd72cd
|
@ -56,8 +56,12 @@
|
|||
{{/* Social */}}
|
||||
{{ template "_internal/opengraph.html" . }}
|
||||
{{ template "_internal/twitter_cards.html" . }}
|
||||
{{/* Schema */}}
|
||||
{{ template "_internal/schema.html" . }}
|
||||
{{/* Generator */}}
|
||||
{{ if .Site.Params.attribution | default true }}
|
||||
{{ hugo.Generator }}
|
||||
{{ end }}
|
||||
{{/* Me */}}
|
||||
{{ with .Site.Author.name }}<meta name="author" content="{{ . }}" />{{ end }}
|
||||
{{ with .Site.Author.links }}
|
||||
|
|
Loading…
Reference in New Issue