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
|
@ -93,7 +93,7 @@ holding export options."
|
||||||
(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)
|
(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
|
contents
|
||||||
"</div>\n"
|
"</div>\n"
|
||||||
(if havecomments
|
(if havecomments
|
||||||
|
|
|
@ -152,6 +152,8 @@ for post in posts:
|
||||||
poststring += "🎵 "
|
poststring += "🎵 "
|
||||||
elif post["media"] == "sight":
|
elif post["media"] == "sight":
|
||||||
poststring += "🔭 "
|
poststring += "🔭 "
|
||||||
|
elif post["media"] == "event":
|
||||||
|
poststring += "📅 "
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
poststring += post["real"] + "</a></li>\n"
|
poststring += post["real"] + "</a></li>\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue