From c6e419b6cd68fd39b32960153495e2f8ee5336f2 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 9 Dec 2015 09:57:21 +0100 Subject: [PATCH] [mod] remove index.html link since it's defaulted in webservers --- prosopopee/prosopopee.py | 2 +- prosopopee/templates/gallery-index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index 12737e1..af5350a 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -87,7 +87,7 @@ def main(): front_page_galleries_cover.append({ "title": gallery_title, - "link": os.path.join(gallery, "index.html"), + "link": gallery, "sub_title": gallery_sub_title, "date": gallery_date, "cover": cover_image_path, diff --git a/prosopopee/templates/gallery-index.html b/prosopopee/templates/gallery-index.html index d37662e..de34d17 100644 --- a/prosopopee/templates/gallery-index.html +++ b/prosopopee/templates/gallery-index.html @@ -18,7 +18,7 @@

- +