From 24e058c3eb3a278023c4ecee7efa9a73774ded0b Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Sat, 4 Feb 2023 08:07:34 -0500 Subject: theme development --- layouts/partials/footer.html | 3 +++ layouts/partials/head.html | 9 +++++++++ layouts/partials/header.html | 8 ++++++++ 3 files changed, 20 insertions(+) (limited to 'layouts/partials') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e69de29..e72253b 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html index e69de29..73308f4 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -0,0 +1,9 @@ + + {{ .Title }} + {{ with resources.Get "css/main.css" }} + + {{ end }} + {{- template "_internal/opengraph.html" . -}} + {{- template "_internal/schema.html" . -}} + {{- template "_internal/twitter_cards.html" . -}} + \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index e69de29..d0930a3 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -0,0 +1,8 @@ +
+

{{ .Title | default .Site.Title }}

+ +
\ No newline at end of file -- cgit v1.1