Skip to content

Commit 7994341

Browse files
committed
fix: no breadcrumb for covidcast
1 parent c5e22cc commit 7994341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/delphi/layouts/_default/covidcast_app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script src="{{ (partial "covidcast/find-file.html" "styles.*\\.js$")| relURL }}"></script>
66
<script src="{{ (partial "covidcast/find-file.html" "bundle.*\\.js$")| relURL }}"></script>
77
{{ end }}
8-
{{ define "breadcrumb" }}{{ end }}
8+
{{ define "breadcrumb" }}<!-- no breadcrumb -->{{ end }}
99
{{ define "body_class" }}covidcast_wrapper{{ end }}
1010
{{ define "main" }}
1111
{{ partial "covidcast/modes.html" . }}

0 commit comments

Comments
 (0)