better
This commit is contained in:
parent
a4306bc57d
commit
4d435a23c4
15 changed files with 248 additions and 112 deletions
14
site/_includes/about.njk
Normal file
14
site/_includes/about.njk
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: base.njk
|
||||
tags: timeline
|
||||
permalink: about/index.html
|
||||
title: About
|
||||
---
|
||||
{{ content | safe }}
|
||||
|
||||
{% for item in collections.timeline | reverse %}
|
||||
{% if item.data.title !== "About" and not item.data.draft %}
|
||||
<h3 id="{{item.data.time}}"><a class="header-anchor" href="#{{item.data.time}}" aria-hidden="true"></a>{{ item.data.title | markdown | safe }} <aside>{{item.data.time}}</aside></h3>
|
||||
<p>{{ item.data.description | markdown | safe }}</p>
|
||||
{% endif %}
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue