From 1f27db389c23c36a5e2b8365768ed218a78e6af1 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 19 Feb 2025 01:20:19 +0800 Subject: http: Add blank contrib/%d template --- http_handle_repo_contrib_num.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 http_handle_repo_contrib_num.go (limited to 'http_handle_repo_contrib_num.go') diff --git a/http_handle_repo_contrib_num.go b/http_handle_repo_contrib_num.go new file mode 100644 index 0000000..c4ed5d1 --- /dev/null +++ b/http_handle_repo_contrib_num.go @@ -0,0 +1,9 @@ +package main + +import ( + "net/http" +) + +func handle_repo_contrib_num(w http.ResponseWriter, r *http.Request, params map[string]any) { + render_template(w, "repo_contrib_num", params) +} -- cgit v1.2.3