summaryrefslogtreecommitdiffstats
path: root/layouts/partials/art.html
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-10-20 14:24:29 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-10-20 14:24:29 +0100
commitaebfdc51e4ca993176eafd99db4cc92e792b6d8a (patch)
treeff5dd3dfda0ba8a778981016a9d8df0e45ae2061 /layouts/partials/art.html
parent2f91baaa2057c5abc86d7d7ddbcb0e46cf393341 (diff)
update
Diffstat (limited to '')
-rw-r--r--layouts/partials/art.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/partials/art.html b/layouts/partials/art.html
new file mode 100644
index 0000000..94307aa
--- /dev/null
+++ b/layouts/partials/art.html
@@ -0,0 +1,12 @@
+
+ <h3>Art</h3>
+
+ <ul>
+
+ {{ range where site.RegularPages "Section" "art" }}
+ <li><a href="{{ .Permalink }}">{{ .Title }}</a> ({{ .Date.Format "2 Jan 06" }})</li>
+ {{ end }}
+
+ </ul>
+
+