8 lines
394 B
HTML
8 lines
394 B
HTML
{{- /* Head custom content area start */ -}}
|
|
{{- /* Insert any custom code (web-analytics, resources, etc.) - it will appear in the <head></head> section of every page. */ -}}
|
|
{{- /* Can be overwritten by partial with the same name in the global layouts. */ -}}
|
|
{{- /* Head custom content area end */ -}}
|
|
{{ if or .Params.math .Site.Params.math }}
|
|
{{ partial "math.html" . }}
|
|
{{ end }}
|