diff options
Diffstat (limited to 'art.md')
| -rw-r--r-- | art.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -3,4 +3,16 @@ title: art permalink: /art/ --- -here i'll show some graphical stuff +{% 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> |
