Huge updates

This commit is contained in:
2026-03-08 13:03:34 +00:00
parent 56b9342fd2
commit d391094ad6
58 changed files with 3084 additions and 771 deletions

View File

@@ -68,7 +68,7 @@
(format
"<div class=\"filetags\">%s</div>\n"
(mapconcat (lambda (tag)
(format "<a href=\"/categories.html\"> <span class=\"post-tag\">%s</span> </a>" tag))
(format "<a href=\"/home/categories.html\"> <span class=\"post-tag\">%s</span> </a>" tag))
tags " ")))))
(defun z/insert-filetags-after-title (output backend info)