Skip to content

Commit c2e2e1c

Browse files
authored
Merge pull request #274 from cmu-delphi/sgratzl/menu
fix: move forecast eval to covidcast menu
2 parents d0c01c5 + 1ea9ad1 commit c2e2e1c

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

config.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ relativeURLs = false
5656
name = "Classic Map"
5757
url = "/covidcast/classic"
5858
weight = 4
59+
[[menu.main]]
60+
parent = "covidcast"
61+
name = "Forecast Evaluation"
62+
url = "/forecast-eval/"
63+
weight = 40
5964
[[menu.main]]
6065
parent = "covidcast"
6166
name = "Surveys"
@@ -83,15 +88,10 @@ relativeURLs = false
8388
weight = 90
8489
[[menu.main]]
8590
identifier = "flu"
86-
name = "Tools and Resources"
91+
name = "Flu and Other Diseases"
8792
pre = "solid/virus"
8893
url = "/flu"
8994
weight = 3
90-
[[menu.main]]
91-
parent = "flu"
92-
name = "Forecast Evaluator"
93-
url = "/forecast-eval/"
94-
weight = 20
9595
[[menu.main]]
9696
identifier = "blog"
9797
name = "Blog"

themes/delphi/layouts/partials/footer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<h5 class="uk-text-bold">COVIDcast</h5>
99
<ul class="uk-list">
1010
<li><a class="uk-link-text uk-text-small" href="{{ relref . "/covidcast" }}">Overview</a></li>
11+
<li><a class="uk-link-text uk-text-small" href="/forecast-eval/">Forecast Evaluation</a></li>
1112
<li><a class="uk-link-text uk-text-small" href="{{ relref . "/covidcast/surveys" }}">Surveys</a></li>
1213
<li>
1314
<a class="uk-link-text uk-text-small" href="{{ relref . "/covidcast/survey-results" }}">Survey Results</a>

0 commit comments

Comments
 (0)