diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..18b6319 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,3 @@ +--- +title: +--- diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 3f38f69..482130f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -9,7 +9,7 @@ - {{ block "title" . }} {{ .Site.Title }} {{ end }} + {{ .Site.Title }} {{ block "title" . }} {{ with .Title }} | {{ . }} {{ end }} {{ end }}