Paginate + Tags

This commit is contained in:
T
2026-08-08 02:56:44 +02:00
parent 2787db80e8
commit 5bc794a380
298 changed files with 680 additions and 341 deletions
+4
View File
@@ -0,0 +1,4 @@
function Image(el)
el.src = el.src:gsub("%%7B%%7B%%20site.url%%20%%7D%%7D", "..")
return el
end