diff --git a/export.el b/export.el index b7daac7..20ca39c 100644 --- a/export.el +++ b/export.el @@ -87,10 +87,10 @@ holding export options." (concat "<h1 class=\"p-name\">" tumblrop " on tumblr said: “" thetitle "”</h1>\n") (concat "<h1 class=\"p-name\">" thetitle "</h1>\n")) (when (string-match "tumblr" thecategory) - (concat "<p id=\"theop\">" tumblrop "</p>\n")) + (concat "<div id=\"reblog\"><img src=\"/notes/p.png\">\n<div>\n<p id=\"me\">tre.praze.net</p>\n<p id=\"reblogged\">Reblogged</p>\n</div>\n</div>\n<div id=\"opdeets\"><img src=\"/notes/t.png\">\n<div>\n<p id=\"theop\">" tumblrop "</p>\n")) "<p class=\"date\"><time class=\"dt-published\" datetime=\"" (file-name-base) " 00:00:00\">" (file-name-base) "</time></p>\n" (when (string-match "tumblr" thecategory) - (concat "<p id=\"ogpost\">" thetitle "</p>\n")) + (concat "</div>\n</div>\n<p id=\"ogpost\">" thetitle "</p>\n")) "<div class=\"e-content\">\n" contents "</div>\n"