stromboli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 1675766a84623be0352eb573f1248fe38bc918f4
parent e3db10e2f70fba19014b8001f014a75cc7a09b37
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Fri,  6 Feb 2026 12:32:40 +0000

Capitalize directory names

Diffstat:
Mmain.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/main.go b/main.go @@ -134,6 +134,7 @@ func handleIndex(w http.ResponseWriter, r *http.Request) { cursor: pointer; padding: 0.2rem 0.4rem; border-radius: 3px; + text-transform: capitalize; } .breadcrumb span:hover { background: #3d3d3d; } .filter-toggle {