[mod] remove index.html link since it's defaulted in webservers

This commit is contained in:
Laurent Peuch 2015-12-09 09:57:21 +01:00
parent b122a276b4
commit c6e419b6cd
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -18,7 +18,7 @@
<div class="back-to-home">
<hr>
<a href="../index.html">
<a href="../">
<div id="logo" src="./../static/img/logo.svg"/>
HOME
</div>