From 6e9771cffcd4d81d89267768b4e01bf861d4e312 Mon Sep 17 00:00:00 2001 From: steverusso Date: Mon, 1 Jun 2020 18:11:20 -0400 Subject: [PATCH] Fix baseof titling. --- content/_index.md | 3 +++ layouts/_default/baseof.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 content/_index.md 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 }}