diff --git a/rophako/modules/blog.py b/rophako/modules/blog.py index e031824..6a7f8cf 100644 --- a/rophako/modules/blog.py +++ b/rophako/modules/blog.py @@ -286,7 +286,7 @@ def rss(): channel.appendChild(item) xml_add_text_tags(doc, item, [ ["title", post["subject"]], - ["link", url_for("blog.entry", fid=post["fid"])], + ["link", url_for("blog.entry", fid=post["fid"], _external=True)], ["description", post["body"]], ["pubDate", time.strftime(rss_time, time.gmtime(post["time"]))], ])