commit 89f6914cfb2489a403b5b126d58861ae83956d6d from: Omar Polo date: Fri Dec 08 08:30:29 2023 UTC gotwebd: swap the tags and branch listing in the index page discussed / ok stsp@ commit - 60594467968767d3e25ac41c9b0ace2851c9fad5 commit + 89f6914cfb2489a403b5b126d58861ae83956d6d blob - 8080344cb29306239d3e58af9772c1a730874aec blob + 6f10d4cdf8eb1b86650aa5bce14f797b3dd37759 --- gotwebd/pages.tmpl +++ gotwebd/pages.tmpl @@ -1110,8 +1110,8 @@ nextsep(char *s, char **t) {{ end }} {{ render gotweb_render_briefs(tp) }} -{{ render gotweb_render_tags(tp) }} {{ render gotweb_render_branches(tp, refs) }} +{{ render gotweb_render_tags(tp) }} {{ end }} {{ define gotweb_render_blame(struct template *tp) }}