diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-08-19 08:32:11 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-08-19 08:32:11 +0300 |
| commit | 11f9a234bec76d8fbc564fff0e90ba519a7c66f9 (patch) | |
| tree | 43eec84e69bece95c0437c30aa779f85a1d3a6b8 /_includes | |
| parent | 275316f5ed205e77137b045c0c5fba603a2fc0b0 (diff) | |
| download | aaoth.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.html | 2 |
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 %} |
