From f966f7c9d8f16e72889506674753d117cdc27073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=A7=89=20infominer?= Date: Mon, 10 Jun 2019 19:35:49 -0400 Subject: Update head.html --- layouts/partials/head.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index b02bdf6..daaf9b6 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,8 +1,8 @@ - {{ .Site.Title }} - + {{ .Title }} + @@ -23,4 +23,4 @@ - \ No newline at end of file + -- cgit v1.2.3 From ec198a9fc364cd77ef2140d60740419c554f4c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=A7=89=20infominer?= Date: Sun, 14 Jul 2019 14:36:39 -0400 Subject: add site title --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index daaf9b6..b4061f9 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,7 +1,7 @@ - {{ .Title }} + {{ .Title }} | {{ .Site.Title }} -- cgit v1.2.3