Revert "Changes from today's live stream"

This reverts commit 1bb48e633e.
This commit is contained in:
Oliver Davies 2024-09-10 09:59:24 +01:00
parent c4af8a7475
commit 707cd60ead
9 changed files with 31 additions and 1062 deletions

View file

@ -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>