Revert "Changes from today's live stream"
This reverts commit 1bb48e633e
.
This commit is contained in:
parent
c4af8a7475
commit
707cd60ead
9 changed files with 31 additions and 1062 deletions
|
@ -4,10 +4,10 @@ title: Zettelkasten for Oliver Davies (opdavies)
|
|||
use: [notes]
|
||||
---
|
||||
|
||||
<ul class="list-disc pl-4">
|
||||
<ul>
|
||||
{% for note in data.notes %}
|
||||
<li>
|
||||
<a class="text-primary underline focus-visible:no-underline hover:no-underline" href="{{ note.url }}">
|
||||
<a href="{{ note.url }}">
|
||||
{{- note.date|date }}: {{ note.title -}}
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue