mirror of
https://github.com/adulau/photoblog.git
synced 2024-11-21 17:37:06 +00:00
chg: [conf] fixed contact link
This commit is contained in:
parent
7739863925
commit
118053bccc
1 changed files with 1 additions and 1 deletions
2
conf.py
2
conf.py
|
@ -154,7 +154,7 @@ NAVIGATION_LINKS = {
|
||||||
("/archive.html", "Archive"),
|
("/archive.html", "Archive"),
|
||||||
("/categories/index.html", "Tags"),
|
("/categories/index.html", "Tags"),
|
||||||
("https://www.flickr.com/photos/adulau/","Flickr"),
|
("https://www.flickr.com/photos/adulau/","Flickr"),
|
||||||
("/stories/contact.html", "Contact"),
|
("/stories/contact/", "Contact"),
|
||||||
("/rss.xml", "RSS feed"),
|
("/rss.xml", "RSS feed"),
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue