- commit
- 81f5f00
- parent
- 4bfcb5a
- author
- Eric Bower
- date
- 2024-12-21 15:49:33 -0500 EST
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}}