From a2ed0735697001c429f38e818ade6e6a698d97b7 Mon Sep 17 00:00:00 2001 From: Pierre De Lancre Date: Wed, 24 Jun 2026 15:16:19 +0300 Subject: [PATCH] feat: synt hl --- blog/routes.go | 3 + src/thirdparty/highlight/default.min.css | 9 + src/thirdparty/highlight/highlight.min.js | 1244 +++++++++++++++++++++ 3 files changed, 1256 insertions(+) create mode 100644 src/thirdparty/highlight/default.min.css create mode 100644 src/thirdparty/highlight/highlight.min.js diff --git a/blog/routes.go b/blog/routes.go index 2e4d9cf..b640154 100644 --- a/blog/routes.go +++ b/blog/routes.go @@ -16,6 +16,8 @@ const pageTpl = ` + +