Add “What’s New” section

This commit is contained in:
Lennart Ziburski
2018-02-21 20:18:34 +01:00
parent e5bcbcc545
commit cc0ef12aa9
6 changed files with 71 additions and 1 deletions

View File

@ -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>