switch default pages to index.html

This commit is contained in:
Trevor Bentley
2023-01-15 03:21:22 +01:00
parent 490b6ad008
commit 88b7524b4a
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
</tr>
{% for repo in repos | sort(attribute="last_ts_utc") | reverse -%}
<tr>
<td class="repo"><a href="{{repo.name}}/summary.html">{{ repo.name }}</a></td>
<td class="repo"><a href="{{repo.name}}/index.html">{{ repo.name }}</a></td>
<td class="description nosmall">{{repo.metadata.description}}</td>
<td class="website">{% if repo.metadata.website -%}<a href="{{repo.metadata.website}}">link</a>{% endif -%}</td>
<td class="date">{{ts_to_date(ts=repo.history[0].ts_utc, tz=repo.history[0].ts_offset)}}</td>