1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 05:38:26 -04:00
Jake Jarvis f3198e0235
clean up a bunch of layouts, especially social-images function
also made even more config.toml parameters optional, will help when finally releasing theme
2020-06-25 10:35:59 -04:00

6 lines
148 B
HTML

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