1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 21:30:30 -04:00
2020-04-25 11:15:31 -04:00

7 lines
197 B
HTML

{{ if and .IsPage (eq .Type .Site.Params.mainSection) }}
{{ partial "head/schema/person" . }}
{{ partial "head/schema/article" . }}
{{ else }}
{{ partial "head/schema/person" . }}
{{ end -}}