Changes from today's live stream

https://www.youtube.com/live/_Y9ofkjVYR8
This commit is contained in:
Oliver Davies 2024-09-06 18:38:37 +01:00
parent 55c4c32887
commit 1bb48e633e
9 changed files with 1062 additions and 31 deletions

View file

@ -4,10 +4,10 @@ title: Zettelkasten for Oliver Davies (opdavies)
use: [notes]
---
<ul>
<ul class="list-disc pl-4">
{% for note in data.notes %}
<li>
<a href="{{ note.url }}">
<a class="text-primary underline focus-visible:no-underline hover:no-underline" href="{{ note.url }}">
{{- note.date|date }}: {{ note.title -}}
</a>
</li>