Initial commit
This commit is contained in:
commit
ccd13c62a2
18 changed files with 3795 additions and 0 deletions
16
source/index.html.twig
Normal file
16
source/index.html.twig
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
layout: page
|
||||
title: Zettelkasten for Oliver Davies (opdavies)
|
||||
use: [notes]
|
||||
---
|
||||
|
||||
<ul>
|
||||
{% for note in data.notes %}
|
||||
<li>
|
||||
<a href="{{ note.url }}">
|
||||
{{ note.date|date('c') }}:
|
||||
{{ note.title }}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue