all repos

mugit @ 7e018970a4e8c505683584dea0eebe1c4966d1d0

๐Ÿฎ 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
Authored at: 2026-02-10 19:36:45 +0200
Change ID: rrmlykmtmuzvtttvqxtmyzoqmtxtlknl
Parent: 3128bfd
M web/templates/index.html
ยทยทยท
        8
        8
           <body>

      
        9
        9
             <header>

      
        10
        10
               <h1>{{ .meta.Title }}</h1>

      
        11
        
        -      <h2>{{ .meta.Description }}</h2>

      
        
        11
        +      {{ if .meta.Description }}<h2>{{ .meta.Description }}</h2>{{ end }}

      
        12
        12
             </header>

      
        13
        13
             <main>

      
        14
        14
               <table class="table index">