Move all files to zet-old/
This commit is contained in:
parent
e1badc9fd5
commit
29d11fa9b9
60 changed files with 0 additions and 0 deletions
16
zet-old/source/index.html.twig
Normal file
16
zet-old/source/index.html.twig
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
layout: page
|
||||
title: Zettelkasten for Oliver Davies (opdavies)
|
||||
permalink: /
|
||||
use: [zets]
|
||||
---
|
||||
|
||||
<ul>
|
||||
{% for zet in data.zets %}
|
||||
<li>
|
||||
<a href="{{ zet.url|trim('/', 'right') }}">
|
||||
{{- zet.date|date }}: {{ zet.title -}}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue