From 9b6ed080ee09384bdb8f8f0d7936f82f930a5397 Mon Sep 17 00:00:00 2001 From: Chris Doherty Date: Tue, 12 May 2020 15:24:28 -0600 Subject: Allow addition of custom stylesheets and scripts --- layouts/_default/baseof.html | 2 ++ layouts/partials/header.html | 1 + 2 files changed, 3 insertions(+) create mode 100644 layouts/partials/header.html diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 381f759..a322e0c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -25,6 +25,8 @@ {{- partial "opengraph.html" . -}} {{- partial "twitter_cards.html" . -}} {{ template "_internal/google_analytics.html" . }} + + {{- partial "header.html" . -}}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..57cdd09 --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1 @@ + -- cgit v1.2.3