diff --git a/layouts/index.html b/layouts/index.html index 897c9ec..7ecad57 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -11,8 +11,8 @@
- {{- if isset .Site.Params "subtitle" -}} -
{{ .Site.Params.Subtitle | markdownify }}
+ {{- if isset .Site.Params "description" -}} +
{{ template "partials/subtitle.md" | markdownify }}
{{- end -}}
{{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }}