From 2e7228321e6f3b8fe713f3da5b31483623dabe67 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Sat, 13 May 2023 15:30:11 +0200 Subject: Switch to googlecode theme --- makefile | 2 +- plugins/meta.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index bc8c5de..6a79d2c 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ IMAGES = $(wildcard img/*.png) COMPRESSED_IMAGES = $(foreach img, ${IMAGES}, site/${img}) -HIGHLIGHT_THEME = github +HIGHLIGHT_THEME = googlecode .PHONY: default default: build diff --git a/plugins/meta.lua b/plugins/meta.lua index 23013ca..d16f6b7 100644 --- a/plugins/meta.lua +++ b/plugins/meta.lua @@ -3,7 +3,7 @@ description = HTML.select_one(page, "#meta-tags .description") if description then description_contents = HTML.strip_tags(description) head = HTML.select_one(page, "head") - HTML.append_child(head, HTML.parse('')) + HTML.append_child(head, HTML.parse('')) else Log.warning("Missing description in " .. page_file) end -- cgit v1.2.3