Skip to content

Commit 3d636f0

Browse files
committed
fix: missing footer in landing
1 parent 8d5eb28 commit 3d636f0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

content/covidcast/overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ app_mode: overview
77
order: 3
88
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
99
feedback: true
10-
footer: true
1110
---

themes/delphi/layouts/_default/covidcast_app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script src="{{ (partial "covidcast/find-file.html" "bundle.*\\.js$")| relURL }}"></script>
77
{{ end }}
88
{{ define "breadcrumb" }}<!-- no breadcrumb -->{{ end }}
9-
{{ define "body_class" }}covidcast_wrapper {{ if .Params.footer }}covidcast_wrapper_footer{{ end }}{{ end }}
9+
{{ define "body_class" }}covidcast_wrapper {{ if ne .Params.footer false }}covidcast_wrapper_footer{{ end }}{{ end }}
1010
{{ define "main" }}
1111
<div id="vizbox">
1212
<div class="ie-banner" style="display: none">

0 commit comments

Comments
 (0)