From 024c806af5fa45e547a9062563db2110046a5b3a Mon Sep 17 00:00:00 2001 From: Alejandro Date: Fri, 23 Aug 2024 14:58:07 -0600 Subject: added: home page layout --- layouts/_default/home.html | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 layouts/_default/home.html (limited to 'layouts/_default/home.html') diff --git a/layouts/_default/home.html b/layouts/_default/home.html new file mode 100644 index 0000000..dd057ef --- /dev/null +++ b/layouts/_default/home.html @@ -0,0 +1,41 @@ + + + + + {{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }} + + + + {{ with .Site.Params.favicon }} + {{ end -}} + + {{ if isset .Params "tags" }} + {{ end -}} + + + + + + + + + + +{{ if .Site.Menus.main }}{{ partial "nav.html" . }}{{ end -}} +
+

{{ block "title" . }}{{ end }}

+
+{{ block "main" . }} +{{ .Content }} +{{ end }} +
+
+{{ block "footer" . }} + +{{ end }} + + -- cgit v1.2.3