From 97c19c29cd3b9d7d69e103b6b78cd299a6428086 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Tue, 23 Feb 2021 14:23:15 +0300 Subject: add categories to art page whooah! there is some tough liquid-tagging involved. --- art.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'art.md') diff --git a/art.md b/art.md index a541b2b..c18ff00 100644 --- a/art.md +++ b/art.md @@ -3,16 +3,8 @@ title: art permalink: /art/ --- -{% assign image_files = site.static_files | where: "art", true %} - here are some photos and pictures. feel free to use them if and as you wish (don't forget to attribute). -
-{% for img in image_files %} -
- {{ img.name }} -
-{% endfor %} -
+{% include art-menu.html %} -- cgit v1.2.3