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
+2 -2
View File
@@ -198,8 +198,8 @@ macro_rules! output_path_fn {
#[rustfmt::skip]
impl GitsySettingsOutputs {
output_path_fn!(repo_list, GitObject, full_hash, false, "repos.html");
output_path_fn!(repo_summary, GitObject, full_hash, false, "%REPO%/summary.html");
output_path_fn!(repo_list, GitObject, full_hash, false, "index.html");
output_path_fn!(repo_summary, GitObject, full_hash, false, "%REPO%/index.html");
output_path_fn!(history, GitObject, full_hash, false, "%REPO%/history%PAGE%.html");
output_path_fn!(commit, GitObject, full_hash, false, "%REPO%/commit/%ID%.html");
output_path_fn!(branches, GitObject, full_hash, false, "%REPO%/branches%PAGE%.html");