templates/commit: <ul> should appear outside of the range loop
Runxi Yu me@runxiyu.org
Sat, 15 Feb 2025 18:35:58 +0800
1 files changed, 2 insertions(+), 2 deletions(-)
jump to
M templates/commit.html → templates/commit.html
@@ -42,11 +42,11 @@ </div> <div> <br> <strong>jump to</strong> - {{ range .diff }} <ul> + {{ range .diff }} <li><a href="#{{ .Name.New }}">{{ .Name.New }}</a></li> - </ul> {{ end }} + </ul> </div> </div> </section>