Add revue category, italicise post formatting disclaimer

This commit is contained in:
mez 2025-06-23 20:22:35 +01:00
parent 6ac889da24
commit b35dcf2e2b
2 changed files with 3 additions and 1 deletions

View file

@ -93,7 +93,7 @@ holding export options."
(concat "</div>\n</div>\n<p id=\"ogpost\">" thetitle "</p>\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>"))
(concat "<p style=\"display:none;\"><i>If the formatting of this post seems odd or incomplete, try viewing <a href=\".\">the original</a> on my site.</i></p>"))
contents
"</div>\n"
(if havecomments

View file

@ -152,6 +152,8 @@ for post in posts:
poststring += "🎵 "
elif post["media"] == "sight":
poststring += "🔭 "
elif post["media"] == "event":
poststring += "📅 "
except:
pass
poststring += post["real"] + "</a></li>\n"