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/head.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'layouts/partials/head.html') 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 -- cgit v1.1