From 783cc33db5d596b492596f13347419cbaa899cbb Mon Sep 17 00:00:00 2001 From: KaiKimera Date: Tue, 9 Apr 2024 13:16:49 +0000 Subject: [PATCH] 2024-04-09 13:16:49 --- layouts/shortcodes/file.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/file.html b/layouts/shortcodes/file.html index ca3d43f..cd58c32 100644 --- a/layouts/shortcodes/file.html +++ b/layouts/shortcodes/file.html @@ -59,7 +59,7 @@ {{ if (eq (($lang) | len) 0) }} {{ $lang = ((replace (path.Ext (.Name)) "." "") | default "plaintext") }} {{ end }} - {{ (highlight ((.Content) | chomp) ($lang)) }} +
{{ ((.Content) | chomp) }}