diff options
Diffstat (limited to 'dev-random2/templates')
-rw-r--r-- | dev-random2/templates/includes/article_meta.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-random2/templates/includes/article_meta.html b/dev-random2/templates/includes/article_meta.html index 21f4c7a..38b337b 100644 --- a/dev-random2/templates/includes/article_meta.html +++ b/dev-random2/templates/includes/article_meta.html @@ -1,11 +1,11 @@ <!-- includes/article_meta.html --> - Le <time datetime="{{ article.date.isoformat() }}" pubdate="pubdate">{{ article.locale_date }}</time> + Le <time datetime="{{ article.date.isoformat() }}">{{ article.locale_date }}</time> dans «<a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>» par <a href="{{ SITEURL }}/{{ article.author.url }}">{{ article.author }}</a> {%- if article.tags %} <br />Mots-clés: {%- for tag in article.tags %} - <a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a>{% if not loop.last %}, {% endif %} + <a rel="tag" href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a>{% if not loop.last %}, {% endif %} {% endfor -%} {% endif -%} {%- if article.translations %} |