From e3d83d4b6e6e31a03c0a8786e0d37f63ccec1adc Mon Sep 17 00:00:00 2001 From: Reed Wade Date: Sat, 22 Aug 2020 10:23:36 +0200 Subject: [PATCH] use relative feed url --- cogito/templates/feed.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogito/templates/feed.xml b/cogito/templates/feed.xml index 7321279..49fc117 100644 --- a/cogito/templates/feed.xml +++ b/cogito/templates/feed.xml @@ -3,7 +3,7 @@ {{ get_env('OWNER_NAME', 'XXX') }}'s blog A blog - {{ url_for('article_archive', _external=True) }} + {{ request.url }} {{ current_datetime.strftime("%a, %d %b %Y %H:%M:%S %z") }} {{ last_pub_date.strftime("%a, %d %b %Y %H:%M:%S %z") }} -- 2.45.2