Add formatting warning for syndicated posts
This commit is contained in:
parent
35aab17c3f
commit
19824ab16f
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ holding export options."
|
|||
(when (string-match "tumblr" thecategory)
|
||||
(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>"))
|
||||
contents
|
||||
"</div>\n"
|
||||
(if havecomments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue