Skip to content

Commit b772241

Browse files
committed
adding content tag back into layout
1 parent ff6a423 commit b772241

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

content/about/milestones/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ linkTitle: Delphi Milestones
44
layout: milestones
55
---
66

7-
### Milestones
8-
97
* **September 2023.** We were selected to be a Center of Innovation in Outbreak Analytics and Disease Modeling by the Centers for Disease Control and Prevention’s [Center for Forecasting and Outbreak Analytics](https://www.cdc.gov/forecast-outbreak-analytics/index.html). We are one of thirteen centers serving as the core of [Insight Net](https://www.cdc.gov/forecast-outbreak-analytics/partners/insightnet/index.html).
108

119
* **March 2023.** With the sunsetting of regular COVID-19 Case reporting by both JHU CSSE and USAFacts, we are no longer focusing on case tracking and forecasting and are now prioritizing COVID and influenza-related hospitalizations, and on gearing up for tracking other circulating and emerging pathogens.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{{ define "main" }}
22
{{ partial "about/banner.html" }}
3+
<div class="uk-container content-grid">
4+
<div class="grid-3-11 about-description">
5+
<h2 class="mission-header">Delphi Research Group Milestones</h2>
6+
{{ .Content }}
7+
</div>
8+
</div>
39
{{ end }}

0 commit comments

Comments
 (0)