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
@@ -40,7 +40,7 @@
{% if repo_url -%}
<table class='tabs'>
<tr>
<td class="tab {% block tab_summary_selected -%}{% endblock -%} "><a href='{{ repo_url | safe }}/summary.html' class="tab">summary</a></td>
<td class="tab {% block tab_summary_selected -%}{% endblock -%} "><a href='{{ repo_url | safe }}/index.html' class="tab">summary</a></td>
<td class="tab {% block tab_history_selected -%}{% endblock -%} "><a href='{{ repo_url | safe }}/history.html' class="tab">history</a></td>
<td class="tab {% block tab_branches_selected -%}{% endblock -%}"><a href='{{ repo_url | safe }}/branches.html' class="tab">branches</a></td>
<td class="tab {% block tab_tags_selected -%}{% endblock -%} "><a href='{{ repo_url | safe }}/tags.html' class="tab">tags</a></td>