aboutsummaryrefslogtreecommitdiffstats
path: root/_includes
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-08-19 08:32:11 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-08-19 08:32:11 +0300
commit11f9a234bec76d8fbc564fff0e90ba519a7c66f9 (patch)
tree43eec84e69bece95c0437c30aa779f85a1d3a6b8 /_includes
parent275316f5ed205e77137b045c0c5fba603a2fc0b0 (diff)
downloadaaoth.xyz-11f9a234bec76d8fbc564fff0e90ba519a7c66f9.tar.gz
aaoth.xyz-11f9a234bec76d8fbc564fff0e90ba519a7c66f9.zip
peek random pictures from categories on push
sadly it doesn't work with each visit to the website, but i don't want to include javascript into the website.
Diffstat (limited to '_includes')
-rw-r--r--_includes/art-menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/art-menu.html b/_includes/art-menu.html
index 0d35b96..99ba18b 100644
--- a/_includes/art-menu.html
+++ b/_includes/art-menu.html
@@ -6,7 +6,7 @@
<li class="art-category">
<a class="link-mask" href="{{ page.url }}">{{ page.title }}</a>
<div class="thumbnail">
- <img src="{{ artthumbs.first }}">
+ <img src="{{ artthumbs | sample }}">
</div>
</li>
{% endif %}