all repos — aaoth.xyz @ 11f9a234bec76d8fbc564fff0e90ba519a7c66f9

aaoth.xyz website

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.
la-ninpre leobrekalini@gmail.com
Thu, 19 Aug 2021 08:32:11 +0300
commit

11f9a234bec76d8fbc564fff0e90ba519a7c66f9

parent

275316f5ed205e77137b045c0c5fba603a2fc0b0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M _includes/art-menu.html_includes/art-menu.html

@@ -6,7 +6,7 @@ {%- if pagedir.first == "art" and pagedir.size > 1 -%}

<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 %}