Add “What’s New” section
This commit is contained in:
16
website/site/data/updates.yml
Normal file
16
website/site/data/updates.yml
Normal file
@ -0,0 +1,16 @@
|
||||
updates:
|
||||
- date: 2018-02-22
|
||||
description: Netlify CMS 1.1 lets you register external backends and fixes various interface bugs.
|
||||
url: 'https://github.com/netlify/netlify-cms/releases/tag/1.1.0'
|
||||
- date: 2018-02-21
|
||||
description: Netlify CMS 1.1 lets you register external backends and fixes various interface bugs.
|
||||
url: 'https://github.com/netlify/netlify-cms/releases/tag/1.1.0'
|
||||
- date: 2018-02-20
|
||||
description: Netlify CMS 1.1 lets you register external backends and fixes various interface bugs.
|
||||
url: 'https://github.com/netlify/netlify-cms/releases/tag/1.1.0'
|
||||
- date: 2018-02-19
|
||||
description: Netlify CMS 1.1 lets you register external backends and fixes various interface bugs.
|
||||
url: 'https://github.com/netlify/netlify-cms/releases/tag/1.1.0'
|
||||
- date: 2018-02-18
|
||||
description: Netlify CMS 1.1 lets you register external backends and fixes various interface bugs.
|
||||
url: 'https://github.com/netlify/netlify-cms/releases/tag/1.1.0'
|
@ -29,6 +29,18 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="whatsnew">
|
||||
<div class="contained">
|
||||
<ol>
|
||||
{{ range .Site.Data.updates }}
|
||||
{{ range first 3 . }}
|
||||
<a href="{{ .url }}"><li><span class="update-date">{{ dateFormat "January 2, 2006" .date }}</span><span class="update-description">{{ .description }}</span></li></a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</ol>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="editors">
|
||||
<div class="contained">
|
||||
<h2>{{ .Site.Data.landing.editors.hook | markdownify }}</h2>
|
||||
|
@ -31,6 +31,7 @@
|
||||
<a href="/" class="logo"><img src="/img/netlify-cms-logo.svg"/></a>
|
||||
<a class="github-button" href="https://github.com/netlify/netlify-cms" data-icon="octicon-star" data-show-count="true" aria-label="Star netlify/netlify-cms on GitHub">Star</a>
|
||||
</div>
|
||||
<a class="nav-link docs-link" href="/docs">Docs</a>
|
||||
<a class="nav-link contributing-link" href="/docs/contributor-guide">Contributing</a>
|
||||
<a class="nav-link" href="/community">Community</a>
|
||||
<a class="utility-input">
|
||||
|
Reference in New Issue
Block a user