diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-02-23 14:23:15 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-02-23 14:23:15 +0300 |
| commit | 97c19c29cd3b9d7d69e103b6b78cd299a6428086 (patch) | |
| tree | fb05035181fd025be40340ff75afe9798a589312 /art.md | |
| parent | 25843593a10da466a1e769b8fdf17284e24d37e6 (diff) | |
| download | aaoth.xyz-97c19c29cd3b9d7d69e103b6b78cd299a6428086.tar.gz aaoth.xyz-97c19c29cd3b9d7d69e103b6b78cd299a6428086.zip | |
add categories to art page
whooah!
there is some tough liquid-tagging involved.
Diffstat (limited to 'art.md')
| -rw-r--r-- | art.md | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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 %} |
