From 0fc045068ad2bea271515443bae5d07ff4df4c6d Mon Sep 17 00:00:00 2001 From: Pagwin Date: Tue, 29 Sep 2020 20:44:02 -0400 Subject: [PATCH] a bunch --- layouts/partials/head.html | 4 ++-- layouts/partials/tail.html | 11 +++++++++++ static/css/single.css | 3 +++ static/js/single.js | 0 4 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 layouts/partials/tail.html create mode 100644 static/css/single.css create mode 100644 static/js/single.js diff --git a/layouts/partials/head.html b/layouts/partials/head.html index ce8a396..0acca68 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -8,8 +8,8 @@ - - + {{ cond (eq .Page.Kind "page") (safeHTML (printf "" .Site.BaseURL)) "" }} + diff --git a/layouts/partials/tail.html b/layouts/partials/tail.html new file mode 100644 index 0000000..5788a4b --- /dev/null +++ b/layouts/partials/tail.html @@ -0,0 +1,11 @@ + + {{ cond (eq .Page.Kind "page") (safeHTML (printf "" .Site.BaseURL)) ""}} + + diff --git a/static/css/single.css b/static/css/single.css new file mode 100644 index 0000000..dee2da7 --- /dev/null +++ b/static/css/single.css @@ -0,0 +1,3 @@ +h1 { + font-weight: bold; +} diff --git a/static/js/single.js b/static/js/single.js new file mode 100644 index 0000000..e69de29