{{ article.title }}
-par /{{ article.author }}
+par {{ article.author }}
Créé le : {{ article.creation_date }}
{% if article.last_updated %} diff --git a/templates/index_author_blog.html b/templates/index_author_blog.html index d9b3ffe..9cbe0d8 100644 --- a/templates/index_author_blog.html +++ b/templates/index_author_blog.html @@ -2,7 +2,7 @@
+ S'abonner au fl RSS
{% for post in posts %}
{{ post.title }}
diff --git a/templates/index_blog.html b/templates/index_blog.html index 5045502..7d1fc20 100644 --- a/templates/index_blog.html +++ b/templates/index_blog.html @@ -20,7 +20,7 @@
- S'abonner au flux RSS
+ Suivre ce blog par RSS
{% for post in posts %}
/rss.xml', methods=['GET'])
def viewauthorrss(author):