diff --git a/layouts/index.html b/layouts/index.html index e60afe6..af1809f 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,8 +2,10 @@ {{.Title}} - {{ with .Site.Params.Subtitle }} - {{.}} + {{ if .Params.Subtitle }} + {{.Params.Subtitle}} + {{ else if .Site.Params.Subtitle }} + {{.Site.Params.Subtitle}} {{ end }} @@ -17,4 +19,4 @@ {{ end }} -{{ end }} \ No newline at end of file +{{ end }}