Skip to content
Snippets Groups Projects
Commit 6bffade1 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

archives

parent b4a93f0d
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,7 @@ cookie_banner:
diplomas:
type: Type de diplôme
events:
archives: Previous events archive
none: No event
next: Next event
next_aria: Next event “{{ .Title }}”
......
......@@ -138,6 +138,7 @@ cookie_banner:
diplomas:
type: Type de diplôme
events:
archives: Accéder aux archives des événements passés
none: Aucun événement
next: Événement suivant
next_aria: Événement suivant “{{ .Title }}”
......
......@@ -12,6 +12,7 @@
<div class="container">
{{ partial "events/events.html" . }}
{{ partial "events/archive-link.html" . }}
{{ partial "commons/pagination.html" . }}
</div>
</div>
......
{{ with .Params.archives }}
<a href="{{ . }}">{{ i18n "events.archives" }}</a>
{{ end }}
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