From 5f724be7bdd2ae5cb6857debfd07a9541f50971c Mon Sep 17 00:00:00 2001 From: dzello Date: Thu, 26 Apr 2018 16:34:29 -0700 Subject: [PATCH] Display page title if available --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 123cb49..b28c2c7 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,7 +2,7 @@ - {{ .Site.Title }} + {{ or .Page.Title .Site.Title }}