all repos

mugit @ 365b06ccd41a5be3f07374755a3750b2be8d788e

🐮 git server that your cow will love
1 files changed, 3 insertions(+), 3 deletions(-)
ui: render <article> only if there's readme
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-03-01 23:47:04 +0200
Change ID: xwypqskrlnpktrpwprzkwuwwymtyztvz
Parent: f03a67a
M web/templates/repo_tree.html

@@ -62,9 +62,9 @@ {{ end }}

</tbody> </table> - <article> - <pre>{{- if .P.Readme }}{{ .P.Readme }}{{- end -}}</pre> - </article> + {{- if .P.Readme }} + <article clsas="readme">{{- .P.Readme -}}</article> + {{- end -}} </main> </body> </html>