aboutsummaryrefslogtreecommitdiffstats
path: root/art.md
diff options
context:
space:
mode:
Diffstat (limited to 'art.md')
-rw-r--r--art.md10
1 files changed, 1 insertions, 9 deletions
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).
-<div class="art">
-{% for img in image_files %}
- <div class="art-img">
- <img src="{{ img.path }}" alt="{{ img.name }}">
- </div>
-{% endfor %}
-</div>
+{% include art-menu.html %}