From 38d3e06133ec9e58985e105e73e37221eb7c3fc1 Mon Sep 17 00:00:00 2001
From: dvs1
Date: Wed, 26 Mar 2025 17:37:42 +1000
Subject: Add a folder icon to folders.
---
notYetAnotherWiki.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua
index c6628fb..f12547a 100755
--- a/notYetAnotherWiki.lua
+++ b/notYetAnotherWiki.lua
@@ -830,7 +830,7 @@ for name, file in pairs(Files) do
local pth = file.path
if '' ~= file.path then pth = file.path .. '/' end
if 'true' ~= Subs[pth .. f].metadata.hidden then
- metadata.header = metadata.header .. '' .. f .. ' '
+ metadata.header = metadata.header .. '' .. f .. ' 📂 '
end
end
--
cgit v1.1