use relative feed url
1 files changed, 1 insertions(+), 1 deletions(-) M cogito/templates/feed.xml
M cogito/templates/feed.xml => cogito/templates/feed.xml +1 -1
@@ 3,7 3,7 @@ <channel> <title>{{ get_env('OWNER_NAME', 'XXX') }}'s blog</title> <description>A blog</description> <link>{{ url_for('article_archive', _external=True) }}</link> <link>{{ request.url }}</link> <lastBuildDate>{{ current_datetime.strftime("%a, %d %b %Y %H:%M:%S %z") }}</lastBuildDate> <pubDate>{{ last_pub_date.strftime("%a, %d %b %Y %H:%M:%S %z") }}</pubDate> <atom:link href="{{ url_for('rss_feed', _external=True) }}" rel="self" type="application/rss+xml" />