Commit 81f5f00

Eric Bower  ·  2024-12-21 15:49:33 -0500 EST
parent 4bfcb5a
style: lowercase breadcumbs
1 files changed,  +1, -1
+1, -1
1@@ -5,7 +5,7 @@
2 {{end}}
3 
4 {{define "content"}}
5-  <div class="text-md">
6+  <div class="text-md text-transform-none">
7     {{range .Item.Crumbs}}
8       <a href="{{.URL}}">{{.Text}}</a> {{if .IsLast}}{{else}}/{{end}}
9     {{end}}