From 6d3940a381a91f61c87ecb9f01f99c897b1aaf00 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 18 Apr 2026 19:46:44 +0200 Subject: removed all occurrencies of the highlight shortcode. File removed. --- themes/danix-xyz-hacker/layouts/shortcodes/highlight.html | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 themes/danix-xyz-hacker/layouts/shortcodes/highlight.html (limited to 'themes') diff --git a/themes/danix-xyz-hacker/layouts/shortcodes/highlight.html b/themes/danix-xyz-hacker/layouts/shortcodes/highlight.html deleted file mode 100644 index 1b6f12a..0000000 --- a/themes/danix-xyz-hacker/layouts/shortcodes/highlight.html +++ /dev/null @@ -1,3 +0,0 @@ -{{- $lang := .Get 0 -}} -{{- $opts := .Get 1 | default "" -}} -{{ highlight .Inner $lang $opts }} -- cgit v1.2.3