From 118053bccce91b694732d3308f08d746d0b45058 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 14 Mar 2021 16:49:54 +0100 Subject: [PATCH] chg: [conf] fixed contact link --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index a0f3e15..006083c 100755 --- a/conf.py +++ b/conf.py @@ -154,7 +154,7 @@ NAVIGATION_LINKS = { ("/archive.html", "Archive"), ("/categories/index.html", "Tags"), ("https://www.flickr.com/photos/adulau/","Flickr"), - ("/stories/contact.html", "Contact"), + ("/stories/contact/", "Contact"), ("/rss.xml", "RSS feed"), ), }