fix(theme): corrected a spacing error in path

This commit is contained in:
ehawman-rosenberg 2022-06-03 09:32:25 -05:00 committed by Jan De Dobbeleer
parent f480533a7a
commit 5450764c17

View file

@ -206,7 +206,7 @@ blocks:
folder_separator_icon: "  " folder_separator_icon: "  "
home_icon: home_icon:
max_depth: 3 max_depth: 3
template: "{{ if eq ( gt .Code 0 ) .Writable }} {{ end }} {{ .Path }}{{ if not .Writable }} {{ end }}" template: "{{ if eq ( gt .Code 0 ) .Writable }} {{ end }} {{ .Path }}{{ if not .Writable }} {{ end }}{{ if and .Writable .Root }} {{end}}"
- type: text - type: text
style: diamond style: diamond
trailing_diamond: trailing_diamond: