commit 11795384881742dd46e6197191dd07f9266a421f
parent 28f6e8ae3564e233339a6148561e9ab184c225f9
Author: Hugo Soucy <hugo@soucy.cc>
Date: Thu, 15 Sep 2022 20:48:53 -0400
Change strings in the navigation
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/navigation.html b/templates/navigation.html
@@ -52,7 +52,7 @@
aria-current="page"
<% end %>
class="nav__link"
- href="/abonnement.html">S'abonner</a>
+ href="/abonnement.html">S'abonner (RSS)</a>
</li>
<li class="nav__item">
<a
@@ -68,7 +68,7 @@
aria-current="page"
<% end %>
class="nav__link"
- href="/now.html">Maintenant</a>
+ href="/now.html">Maintenant, now</a>
</li>
</ol>
</div>