We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e22cc commit 7994341Copy full SHA for 7994341
themes/delphi/layouts/_default/covidcast_app.html
@@ -5,7 +5,7 @@
5
<script src="{{ (partial "covidcast/find-file.html" "styles.*\\.js$")| relURL }}"></script>
6
<script src="{{ (partial "covidcast/find-file.html" "bundle.*\\.js$")| relURL }}"></script>
7
{{ end }}
8
-{{ define "breadcrumb" }}{{ end }}
+{{ define "breadcrumb" }}<!-- no breadcrumb -->{{ end }}
9
{{ define "body_class" }}covidcast_wrapper{{ end }}
10
{{ define "main" }}
11
{{ partial "covidcast/modes.html" . }}
0 commit comments