diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-15 00:32:39 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-15 00:32:39 +0800 |
commit | d5416d850c9b697bc8fb189841e1c1e622494f5e (patch) | |
tree | b877df54a6fbef112b0d32796f514b66177c9976 | |
parent | Makefile, resources.go: Add vendor directory to serve library source (diff) | |
download | forge-d5416d850c9b697bc8fb189841e1c1e622494f5e.tar.gz forge-d5416d850c9b697bc8fb189841e1c1e622494f5e.tar.zst forge-d5416d850c9b697bc8fb189841e1c1e622494f5e.zip |
templates: *.html.tmpl -> *.tmpl
-rw-r--r-- | templates/_footer.tmpl (renamed from templates/_footer.html.tmpl) | 0 | ||||
-rw-r--r-- | templates/_head.tmpl (renamed from templates/_head.html.tmpl) | 0 | ||||
-rw-r--r-- | templates/_header.tmpl (renamed from templates/_header.html.tmpl) | 0 | ||||
-rw-r--r-- | templates/group_repos.tmpl (renamed from templates/group_repos.html.tmpl) | 0 | ||||
-rw-r--r-- | templates/index.tmpl (renamed from templates/index.html.tmpl) | 0 | ||||
-rw-r--r-- | templates/login.tmpl (renamed from templates/login.html.tmpl) | 0 | ||||
-rw-r--r-- | templates/repo_commit.tmpl (renamed from templates/repo_commit.html.tmpl) | 0 | ||||
-rw-r--r-- | templates/repo_index.tmpl (renamed from templates/repo_index.html.tmpl) | 0 | ||||
-rw-r--r-- | templates/repo_log.tmpl (renamed from templates/repo_log.html.tmpl) | 0 | ||||
-rw-r--r-- | templates/repo_raw_dir.tmpl (renamed from templates/repo_raw_dir.html.tmpl) | 0 | ||||
-rw-r--r-- | templates/repo_tree_dir.tmpl (renamed from templates/repo_tree_dir.html.tmpl) | 0 | ||||
-rw-r--r-- | templates/repo_tree_file.tmpl (renamed from templates/repo_tree_file.html.tmpl) | 0 |
12 files changed, 0 insertions, 0 deletions
diff --git a/templates/_footer.html.tmpl b/templates/_footer.tmpl index b4cce19..b4cce19 100644 --- a/templates/_footer.html.tmpl +++ b/templates/_footer.tmpl diff --git a/templates/_head.html.tmpl b/templates/_head.tmpl index 4641107..4641107 100644 --- a/templates/_head.html.tmpl +++ b/templates/_head.tmpl diff --git a/templates/_header.html.tmpl b/templates/_header.tmpl index 6d0a3a2..6d0a3a2 100644 --- a/templates/_header.html.tmpl +++ b/templates/_header.tmpl diff --git a/templates/group_repos.html.tmpl b/templates/group_repos.tmpl index 8c95c91..8c95c91 100644 --- a/templates/group_repos.html.tmpl +++ b/templates/group_repos.tmpl diff --git a/templates/index.html.tmpl b/templates/index.tmpl index 5f30f0c..5f30f0c 100644 --- a/templates/index.html.tmpl +++ b/templates/index.tmpl diff --git a/templates/login.html.tmpl b/templates/login.tmpl index 3b0e74a..3b0e74a 100644 --- a/templates/login.html.tmpl +++ b/templates/login.tmpl diff --git a/templates/repo_commit.html.tmpl b/templates/repo_commit.tmpl index 8797092..8797092 100644 --- a/templates/repo_commit.html.tmpl +++ b/templates/repo_commit.tmpl diff --git a/templates/repo_index.html.tmpl b/templates/repo_index.tmpl index 29e597e..29e597e 100644 --- a/templates/repo_index.html.tmpl +++ b/templates/repo_index.tmpl diff --git a/templates/repo_log.html.tmpl b/templates/repo_log.tmpl index 6b89cdd..6b89cdd 100644 --- a/templates/repo_log.html.tmpl +++ b/templates/repo_log.tmpl diff --git a/templates/repo_raw_dir.html.tmpl b/templates/repo_raw_dir.tmpl index d38731b..d38731b 100644 --- a/templates/repo_raw_dir.html.tmpl +++ b/templates/repo_raw_dir.tmpl diff --git a/templates/repo_tree_dir.html.tmpl b/templates/repo_tree_dir.tmpl index 5e0fdcc..5e0fdcc 100644 --- a/templates/repo_tree_dir.html.tmpl +++ b/templates/repo_tree_dir.tmpl diff --git a/templates/repo_tree_file.html.tmpl b/templates/repo_tree_file.tmpl index 7d5069c..7d5069c 100644 --- a/templates/repo_tree_file.html.tmpl +++ b/templates/repo_tree_file.tmpl |