all repos

mugit @ 7e01897

🐮 git server that your cow will love
1 files changed, 1 insertions(+), 1 deletions(-)
ui: description is optional
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-02-10 19:38:01 +0200
Change ID: rrmlykmtmuzvtttvqxtmyzoqmtxtlknl
Parent: 3128bfd
M web/templates/index.html

@@ -8,7 +8,7 @@ </head>

<body> <header> <h1>{{ .meta.Title }}</h1> - <h2>{{ .meta.Description }}</h2> + {{ if .meta.Description }}<h2>{{ .meta.Description }}</h2>{{ end }} </header> <main> <table class="table index">