aboutsummaryrefslogtreecommitdiff
path: root/templates/repo_index.html.tmpl
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-12 02:02:17 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-12 02:02:17 +0800
commitd2eff4ae1597776d2f728dcfdb24aaa08e9de2b6 (patch)
tree45dfe6dc1d8ec5cdbb8f0577622442800f69cd74 /templates/repo_index.html.tmpl
parentrepo_commit: Fix format_patch handling of root commits (diff)
downloadforge-d2eff4ae1597776d2f728dcfdb24aaa08e9de2b6.tar.gz
forge-d2eff4ae1597776d2f728dcfdb24aaa08e9de2b6.tar.zst
forge-d2eff4ae1597776d2f728dcfdb24aaa08e9de2b6.zip
render_readme.go: Render plain READMEs too
Diffstat (limited to 'templates/repo_index.html.tmpl')
-rw-r--r--templates/repo_index.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo_index.html.tmpl b/templates/repo_index.html.tmpl
index 47c6381..de2d1da 100644
--- a/templates/repo_index.html.tmpl
+++ b/templates/repo_index.html.tmpl
@@ -62,7 +62,7 @@
<table class="wide">
<thead>
<tr class="title-row">
- <th><label for="toggle-table-readme">README</label></th>
+ <th><label for="toggle-table-readme">{{ .readme_filename }}</label></th>
</tr>
</thead>
<tbody>