From 26ce57a710aac4cd8e4efcf4656c1f2448476c0d Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 10 Feb 2025 19:55:10 +0800 Subject: *: Some simple styling with tables --- templates/repo_index.html | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) (limited to 'templates/repo_index.html') diff --git a/templates/repo_index.html b/templates/repo_index.html index ec937a0..72fec06 100644 --- a/templates/repo_index.html +++ b/templates/repo_index.html @@ -9,6 +9,9 @@
+ + + @@ -35,6 +38,9 @@
Recent Commits
ID Title
+ + + @@ -58,9 +64,24 @@
-
- {{ .readme -}} -
+ {{ if .readme }} +
/ on {{ .ref }}
Mode Name
+ + + + + + + + + + +
+ README.md +
+ {{ .readme -}} +
+ {{ end }}
-- cgit v1.2.3