aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-09-19 18:24:05 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-09-19 18:24:05 +0300
commit8d69c4656ada9b63390e218951de641d58062d15 (patch)
tree0269c6ba49f53b86de28ae59fcb7afc7aed6d4b9
parent102e9dac35c5390fa34b5eb5ec7a0a410d385d20 (diff)
downloadaaoth.xyz-8d69c4656ada9b63390e218951de641d58062d15.tar.gz
aaoth.xyz-8d69c4656ada9b63390e218951de641d58062d15.zip
rename pic-path.html to pic-path.liquid
'cause it contains only liquid script and not a single line of html.
-rw-r--r--_includes/art-menu.html2
-rw-r--r--_includes/pic-path.liquid (renamed from _includes/pic-path.html)0
-rw-r--r--_layouts/art-category.html2
3 files changed, 2 insertions, 2 deletions
diff --git a/_includes/art-menu.html b/_includes/art-menu.html
index 62151da..ed828d5 100644
--- a/_includes/art-menu.html
+++ b/_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">
diff --git a/_includes/pic-path.html b/_includes/pic-path.liquid
index 810f227..810f227 100644
--- a/_includes/pic-path.html
+++ b/_includes/pic-path.liquid
diff --git a/_layouts/art-category.html b/_layouts/art-category.html
index c1869d7..44162d2 100644
--- a/_layouts/art-category.html
+++ b/_layouts/art-category.html
@@ -6,7 +6,7 @@ layout: default
{{ content }}
-{%- include pic-path.html -%}
+{%- include pic-path.liquid -%}
{% comment %}
upper include provides `artpics` array
and `artthumbs` array, which are used later