diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-10-20 14:24:29 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-10-20 14:24:29 +0100 |
commit | aebfdc51e4ca993176eafd99db4cc92e792b6d8a (patch) | |
tree | ff5dd3dfda0ba8a778981016a9d8df0e45ae2061 /layouts/art/list.html | |
parent | 2f91baaa2057c5abc86d7d7ddbcb0e46cf393341 (diff) |
update
Diffstat (limited to '')
-rw-r--r-- | layouts/art/list.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/art/list.html b/layouts/art/list.html new file mode 100644 index 0000000..8da51d6 --- /dev/null +++ b/layouts/art/list.html @@ -0,0 +1,6 @@ +{{ define "main" }} + +{{ .Content }} + +{{ partial "art.html" . }} +{{ end }} |