From 9b00606d365f4542f06ef92f6c36187fbfb09c1a Mon Sep 17 00:00:00 2001 From: KitsuneSolar Date: Tue, 31 Oct 2023 05:14:47 +0000 Subject: [PATCH] 2023-10-31 05:14:47 --- 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 862969a..32849ae 100644 --- a/layouts/shortcodes/file.html +++ b/layouts/shortcodes/file.html @@ -53,7 +53,7 @@ EXAMPLE: - {{ $file = (path.Join ("content") ($.Page.File.Lang) ($.Page.File.Dir) ($file)) }} + {{ $file = (path.Join ("content") (.Page.File.Lang) (.Page.File.Dir) ($file)) }} {{ if (eq (($lang) | len) 0) }} {{ $lang = ((replace (path.Ext ($file)) "." "") | default "text") }} {{ end }}