diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-03 18:54:56 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-03 18:54:56 +0800 |
commit | 041ec1330a999aa77b6abc71f8b6f2f5204d0017 (patch) | |
tree | 9deead3f538201d5c5e076351d7a8538dfd75085 /http_handle_repo_index.go | |
parent | README: Update status on patch conversions (diff) | |
download | forge-1d5f3c33eb5a6fdc10fb6b83fc871b9724956409.tar.gz forge-1d5f3c33eb5a6fdc10fb6b83fc871b9724956409.tar.zst forge-1d5f3c33eb5a6fdc10fb6b83fc871b9724956409.zip |
HTML: Add contribution guidelines in the MR tabv0.1.16
Diffstat (limited to 'http_handle_repo_index.go')
-rw-r--r-- | http_handle_repo_index.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/http_handle_repo_index.go b/http_handle_repo_index.go index 4a60af1..164fd65 100644 --- a/http_handle_repo_index.go +++ b/http_handle_repo_index.go @@ -95,8 +95,6 @@ func httpHandleRepoIndex(w http.ResponseWriter, req *http.Request, params map[st params["commits"] = commits params["readme_filename"] = readmeFilename params["readme"] = readmeRendered - params["http_clone_url"] = genHTTPRemoteURL(groupPath, repoName) - params["ssh_clone_url"] = genSSHRemoteURL(groupPath, repoName) params["notes"] = notes renderTemplate(w, "repo_index", params) |