Changes from today's live stream
https://www.youtube.com/live/_Y9ofkjVYR8
This commit is contained in:
parent
55c4c32887
commit
1bb48e633e
9 changed files with 1062 additions and 31 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue