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
Authored at: 2026-02-28 18:51:33 +0200
Change ID: xwypqskrlnpktrpwprzkwuwwymtyztvz
Parent: f03a67a
M web/templates/repo_tree.html
ยทยทยท
        62
        62
                 </tbody>

      
        63
        63
               </table>

      
        64
        64
         

      
        65
        
        -      <article>

      
        66
        
        -        <pre>{{- if .P.Readme }}{{ .P.Readme }}{{- end -}}</pre>

      
        67
        
        -      </article>

      
        
        65
        +      {{- if .P.Readme }}

      
        
        66
        +      <article clsas="readme">{{- .P.Readme -}}</article>

      
        
        67
        +      {{- end -}}

      
        68
        68
             </main>

      
        69
        69
           </body>

      
        70
        70
         </html>