diff --git a/app/views/digests/markdown.html.haml b/app/views/digests/markdown.html.haml
index 2e5764606211672636a03712555f389755742615..e84021ee54dbf4760bf419cd532697c65c387f74 100644
--- a/app/views/digests/markdown.html.haml
+++ b/app/views/digests/markdown.html.haml
@@ -57,6 +57,7 @@
 %form(action='https://linuxfr.org/news' method='post' accept-charset='UTF-8')
   %input(type='hidden' name='utf8' value='✓')
   %input(type='hidden' name='news[section_id]' value='9')
+  %input(type='hidden' name='tags' value='agenda_du_libre')
   %input(type='hidden' name='commit' value='Prévisualiser')
 
   .field.title
@@ -109,7 +110,7 @@
       value='fr' size='2')
 
     %input(type='hidden' name='news[links_attributes][5][title]'
-      value='Agenda de la semaine précédante')
+      value='Agenda de la semaine précédente')
     - pre = 'https://linuxfr.org/news/agenda-pour-la-semaine-'
     - pre += "#{(@week - 1.week).cweek}-de-l-annee-#{(@week - 1.week).year}"
     %input{ type: 'hidden', name: 'news[links_attributes][5][url]', value: pre }