File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
themes/delphi/layouts/_default Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 88 </ head >
99 < body class ="{{ block "body_class " . }}{{ end }}">
1010 {{ partial "nav.html" . }}
11- {{ partial "menu/breadcrumb.html" . }}
11+ {{ block "breadcrumb" . }}{{ partial "menu/breadcrumb.html" . }}{{ end }}
1212 {{ block "main" . }} {{ end }}
1313 {{ partial "footer.html" . }}
1414 {{ partial "scripts.html" . }}
Original file line number Diff line number Diff line change 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" }}<!-- no breadcrumb --> {{ end }}
89{{ define "body_class" }}covidcast_wrapper{{ end }}
910{{ define "main" }}
1011 {{ partial "covidcast/modes.html" . }}
You can’t perform that action at this time.
0 commit comments