Skip to content
Snippets Groups Projects
Unverified Commit 6f85d019 authored by Arnaud Levy's avatar Arnaud Levy Committed by GitHub
Browse files

Merge pull request #144 from noesya/reading-time

Ajout du temps de lecture
parents 5806e239 a6a54d04
No related branches found
No related tags found
No related merge requests found
......@@ -186,6 +186,7 @@ posts:
next_aria: Next article “{{ .Title }}”
previous: Previous article
previous_aria: revious article “{{ .Title }}”
reading_time: Reading time
see_all: See all posts
see_all_in_program: See all program's news
see_all_in_category: See all news in “{{ .Title }}”
......
......@@ -187,6 +187,7 @@ posts:
next_aria: Article suivant “{{ .Title }}”
previous: Article précédent
previous_aria: Article précédent “{{ .Title }}”
reading_time: Temps de lecture
see_all: Voir toutes les actualités
see_all_in_program: Voir toutes les actualités de la formation
see_all_in_category: Voir toutes les actualités “{{ .Title }}”
......
......@@ -23,6 +23,12 @@
</a>
</li>
{{ end }}
{{ with .Params.contents_reading_time }}
<li>
<span>{{ i18n "posts.reading_time" }}</span>
{{ .text }}
</li>
{{ end }}
<li>
<span>{{ i18n "posts.share" }}</span>
{{ partial "commons/share.html" . }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment