[mod] remove index.html link since it's defaulted in webservers
This commit is contained in:
parent
b122a276b4
commit
c6e419b6cd
@ -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,
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user