From 16f52b7bef745097f7076dde76715db378b54343 Mon Sep 17 00:00:00 2001 From: JJ Date: Wed, 19 Mar 2025 14:56:26 +0000 Subject: first commit --- layouts/notes/list.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 layouts/notes/list.html (limited to 'layouts/notes/list.html') diff --git a/layouts/notes/list.html b/layouts/notes/list.html new file mode 100644 index 0000000..b34d8b4 --- /dev/null +++ b/layouts/notes/list.html @@ -0,0 +1,12 @@ +{{ define "main" }} + + {{ range $course, $taxonomy := site.Taxonomies.course }} +

{{ $course | title }}

+ + {{ end }} +
+{{ end }} -- cgit v1.2.3