diff --git a/layouts/_default/list.html b/layouts/_default/list.html index c0ec1d7..563f6df 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,4 +1,3 @@ -{{/* This will override the default value set in baseof.html; i.e., "{{.Site.Title}}" in the original example */}} {{ define "title" }} {{ .Title }} – {{ .Site.Title }} {{ end }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index f4cd8fb..1cc9618 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,4 +1,3 @@ -{{/* This will override the default value set in baseof.html; i.e., "{{.Site.Title}}" in the original example */}} {{ define "title" }} {{ .Title }} – {{ .Site.Title }} {{ end }}