diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2021-09-11 15:03:58 +0200 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2021-09-11 15:03:58 +0200 |
commit | 2a63ed23de5bc82003c52fa6f594f03528190252 (patch) | |
tree | a6b618d8b0aaa9dc0c058cc83f11160fcf60898d | |
parent | 03b7ae45a97a75738146ee2678de2e0a2864e85a (diff) |
Post info in english
-rw-r--r-- | templates/article.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/article.html b/templates/article.html index 0ecb737..1089b78 100644 --- a/templates/article.html +++ b/templates/article.html @@ -31,18 +31,18 @@ {{ translations.translations_for(article) }} </header> <footer class="post-info"> - Publié le + Posted on <time class="published" datetime="{{ article.date }}"> {{ article.locale_date }} </time> {% if article.modified %} - et modifié le + and modified on <time class="modified" datetime="{{ article.modified.isoformat() }}"> {{ article.locale_modified }} </time> {% endif %} {% if article.category %} - dans la catégorie <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a> + in category <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a> {% endif %} {% if article.tags %} <div class="tags"> |