mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-30 03:25:58 -04:00
adfa73b5fc
...and LOTS of tidying partials
7 lines
197 B
HTML
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 -}}
|