repos / pgit

static site generator for git
git clone https://github.com/picosh/pgit.git

commit
b011c80
parent
1b7b275
author
Eric Bower
date
2024-12-19 17:56:09 +0000 UTC
style: header tweak
1 files changed,  +2, -2
M html/header.partial.tmpl
+2, -2
 1@@ -8,7 +8,7 @@
 2     <span>{{.Repo.RepoName}}</span>
 3   </h1>
 4 
 5-  <nav class="text-lg">
 6+  <nav>
 7     <a href="{{.SiteURLs.SummaryURL}}">summary</a> |
 8     <a href="{{.SiteURLs.RefsURL}}">refs</a> |
 9     <span class="font-bold">{{.RevData.Name}}</span> |
10@@ -17,7 +17,7 @@
11   </nav>
12 
13   <div>
14-    <div class="text-lg">{{.Repo.Desc}}</div>
15+    <div>{{.Repo.Desc}}</div>
16     <pre class="m-0">git clone {{.SiteURLs.CloneURL}}</pre>
17   </div>
18 </div>