From 074428d6183df73a9bcebc8fbed3ab2c6277fab2 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sat, 3 Apr 2021 18:39:35 +0100 Subject: [PATCH] fix final js error, and try to get the style overlay to work :( --- config.toml | 4 ++-- themes/blackburn/layouts/partials/head.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 26fd552..0b9743b 100644 --- a/config.toml +++ b/config.toml @@ -16,8 +16,8 @@ paginate = 10 [params] subtitle = "A Journal" brand = "\"\"/
Ipse Solus
" - highlightjs = "tomorrow" - highlightjs_extra_languages = ["yaml"] + highlightjs = "default" + highlightjs_extra_languages = [] custom_js = ["js/math-code.js"] dateFormat = "02 Jan 2006, 15:04" diff --git a/themes/blackburn/layouts/partials/head.html b/themes/blackburn/layouts/partials/head.html index afd7e9e..b33155a 100644 --- a/themes/blackburn/layouts/partials/head.html +++ b/themes/blackburn/layouts/partials/head.html @@ -52,7 +52,7 @@ {{ range $.Site.Params.highlightjs_extra_languages }} {{ end }} - + {{ end }} {{ partial "favicon.html" . }}