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

@ -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"