Add formatting warning for syndicated posts

This commit is contained in:
mez 2025-06-07 17:17:55 +01:00
parent 35aab17c3f
commit 19824ab16f

View file

@ -92,6 +92,8 @@ holding export options."
(when (string-match "tumblr" thecategory) (when (string-match "tumblr" thecategory)
(concat "</div>\n</div>\n<p id=\"ogpost\">" thetitle "</p>\n")) (concat "</div>\n</div>\n<p id=\"ogpost\">" thetitle "</p>\n"))
"<div class=\"e-content\">\n" "<div class=\"e-content\">\n"
(unless (string-match "tumblr" thecategory)
(concat "<p style=\"display:none;\">If the formatting of this post seems odd or incomplete, try viewing <a href=\".\">the original</a> on my site.</p>"))
contents contents
"</div>\n" "</div>\n"
(if havecomments (if havecomments