From 00ad5932d73fca7ec60acf5a6fa64bab6fed0224 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 17 Nov 2023 17:10:16 +0530 Subject: first commit --- layouts/partials/head.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 layouts/partials/head.html (limited to 'layouts/partials/head.html') diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..b0ea134 --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + {{ if .Title }}{{ .Title }}{{ if eq .Section "blog" }}{{ if not .IsPage }} Blog Posts{{ end }}{{ end }} | {{if .Site.Params.domain }}{{ .Site.Params.domain }}{{ else }}{{ .Site.Title }}{{ end }}{{ else }}{{ .Site.Title }}{{ end }} + -- cgit v1.2.3