Skip to content

Commit ade293b

Browse files
authored
Merge pull request #215 from cmu-delphi/sgratzl/covidcast-breadcrumb
no breadcrumb for covidcast pages
2 parents 186a742 + 7994341 commit ade293b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

themes/delphi/layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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" . }}

themes/delphi/layouts/_default/covidcast_app.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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" }}<!-- no breadcrumb -->{{ end }}
89
{{ define "body_class" }}covidcast_wrapper{{ end }}
910
{{ define "main" }}
1011
{{ partial "covidcast/modes.html" . }}

0 commit comments

Comments
 (0)