diff options
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/art.html | 12 |
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> + + |