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