all repos — aaoth.xyz @ 8d69c4656ada9b63390e218951de641d58062d15

aaoth.xyz website

rename pic-path.html to pic-path.liquid

'cause it contains only liquid script and not a single line of html.
la-ninpre leobrekalini@gmail.com
Sun, 19 Sep 2021 18:24:05 +0300
commit

8d69c4656ada9b63390e218951de641d58062d15

parent

102e9dac35c5390fa34b5eb5ec7a0a410d385d20

3 files changed, 2 insertions(+), 2 deletions(-)

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

@@ -1,6 +1,6 @@

<ul class="art-menu"> {%- for page in site.pages -%} - {%- include pic-path.html -%} + {%- include pic-path.liquid -%} {%- assign pagedir = page.dir | remove_first: "/" | split: "/" -%} {%- if pagedir.first == "art" and pagedir.size > 1 -%} <li class="art-menu-item">
M _layouts/art-category.html_layouts/art-category.html

@@ -6,7 +6,7 @@ {% include title-with-backlink.html title=page.title backlink="/art/" %}

{{ content }} -{%- include pic-path.html -%} +{%- include pic-path.liquid -%} {% comment %} upper include provides `artpics` array and `artthumbs` array, which are used later