From 2d3301aeaccafb28a31fd1be8dc351e08e2bb82e Mon Sep 17 00:00:00 2001 From: Ariel Costas Date: Sat, 16 Jul 2022 17:28:41 +0200 Subject: Add shortcode for ing text and code This allows marking code from within markdown, useful for highlighting domains inside configuration blocks, like the old website had. Unless modified via CSS, it will display as black text over yellow background. --- layouts/shortcodes/hl.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 layouts/shortcodes/hl.html (limited to 'layouts/shortcodes') diff --git a/layouts/shortcodes/hl.html b/layouts/shortcodes/hl.html new file mode 100644 index 0000000..de10914 --- /dev/null +++ b/layouts/shortcodes/hl.html @@ -0,0 +1 @@ +{{ .Inner }} \ No newline at end of file -- cgit v1.2.3