hugo-theme-minima/layouts/partials/plugin.html

11 lines
379 B
HTML
Raw Normal View History

2022-11-09 13:51:50 +01:00
{{ if or .Params.math (and .Site.Params.math.enable (ne .Params.math false)) }}
{{ partial "math.html" . }}
2022-11-09 09:03:19 +01:00
{{ end }}
2022-11-09 13:51:50 +01:00
{{ if or .Params.diagram (and .Site.Params.diagram.enable (ne .Params.diagram false)) }}
{{ partial "diagram.html" . }}
2022-11-09 09:03:19 +01:00
{{ end }}
2022-11-09 13:51:50 +01:00
{{ if or .Params.comment (and .Site.Params.comment.enable (ne .Params.comment false)) }}
{{ partial "comment.html" . }}
2022-11-09 09:03:19 +01:00
{{ end }}