done
This commit is contained in:
parent
0314b6a427
commit
16128c6279
53 changed files with 713 additions and 75 deletions
12
site/timeline/index.njk
Normal file
12
site/timeline/index.njk
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: base.njk
|
||||
tags: timeline
|
||||
permalink: timeline/index.html
|
||||
title: Timeline
|
||||
---
|
||||
{% for item in collections.timeline | reverse %}
|
||||
{% if item.data.title !== "Timeline" %}
|
||||
<h3 id="{{item.data.time}}"><a class="header-anchor" href="#{{item.data.time}}" aria-hidden="true"></a>{{ item.data.title }} <aside>{{item.data.time}}</aside></h3>
|
||||
<p>{{ item.data.description }}</p>
|
||||
{% endif %}
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue