From cfc8bd2bd3930fc91847a71a8d0092c2c85b0f4a Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 13 Feb 2025 09:19:54 +0800 Subject: repo_index: Add repo descriptions --- templates/repo_index.html.tmpl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'templates') diff --git a/templates/repo_index.html.tmpl b/templates/repo_index.html.tmpl index 4b20c27..f6615d7 100644 --- a/templates/repo_index.html.tmpl +++ b/templates/repo_index.html.tmpl @@ -15,10 +15,20 @@ + + Name + {{ .repo_name }} + Clone git clone {{ .clone_url }} + {{ if .repo_description }} + + Description + {{ .repo_description }} + + {{ end }} -- cgit v1.2.3