Add revue category, italicise post formatting disclaimer
This commit is contained in:
parent
6ac889da24
commit
b35dcf2e2b
2 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue