Skip to content

Commit fcd952a

Browse files
committed
Changed donation link. Removed breadcrumbs, fixed some words.
1 parent 04db474 commit fcd952a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ relativeURLs = false
7474
[[menu.main]]
7575
parent = "about"
7676
name = "Support Us (Donate)"
77-
url = "https://givenow.cmu.edu/campaigns/42524/donations/new"
77+
url = "https://givenow.cmu.edu/scs/?a=8476342&designation=delphiepidemicforecastinggroup"
7878
weight = 9
7979
[menu.main.params]
8080
external = true
@@ -186,7 +186,7 @@ relativeURLs = false
186186
weight = 1
187187
[[menu.main]]
188188
parent = "nowcasting-and-forecasting"
189-
name = "COVID-19 Forecasting"
189+
name = "COVID-19 Forecasting"
190190
url = "https://covid19forecasthub.org/"
191191
weight = 2
192192
[menu.main.params]

content/epidemic-signals/terms-of-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Carnegie Mellon University COVIDcast Website Terms of Use
2+
title: Carnegie Mellon University Delphi Website Terms of Use
33
linkTitle: Terms of Use
44
aliases:
55
- /covidcast/terms-of-use

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-
{{ block "breadcrumb" . }}{{ partial "menu/breadcrumb.html" . }}{{ end }}
11+
<!-- {{ block "breadcrumb" . }}{{ partial "menu/breadcrumb.html" . }}{{ end }} -->
1212
{{ block "main" . }}{{ end }}
1313
{{ partial "footer.html" . }}
1414
{{ partial "scripts.html" . }}

themes/delphi/layouts/blog/list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{{ define "breadcrumb" }}
1+
<!-- {{ define "breadcrumb" }}
22
{{ partial "blog/breadcrumb.html" . }}
3-
{{ end }}
3+
{{ end }} -->
44
{{ define "main" }}
55
{{ $images := ($.GetPage "/blog/images").Resources.ByType "image" }}
66
<div class="uk-container">

themes/delphi/layouts/blog/single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
{{ $blog_style := resources.Get "css/blog_extra.scss" | toCSS | minify | fingerprint }}
33
<link rel="stylesheet" href="{{ $blog_style.RelPermalink }}" />
44
{{ end }}
5-
{{ define "breadcrumb" }}
5+
<!-- {{ define "breadcrumb" }}
66
{{ partial "blog/breadcrumb.html" . }}
7-
{{ end }}
7+
{{ end }} -->
88
{{ define "scripts" }}
99
{{ $script_blog := resources.Get "js/blog/index.js" | js.Build | minify | fingerprint -}}
1010
<script src="{{ $script_blog.RelPermalink }}"></script>

0 commit comments

Comments
 (0)