diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-09-19 18:24:05 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-09-19 18:24:05 +0300 |
| commit | 8d69c4656ada9b63390e218951de641d58062d15 (patch) | |
| tree | 0269c6ba49f53b86de28ae59fcb7afc7aed6d4b9 /_includes | |
| parent | 102e9dac35c5390fa34b5eb5ec7a0a410d385d20 (diff) | |
| download | aaoth.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.
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/art-menu.html | 2 | ||||
| -rw-r--r-- | _includes/pic-path.liquid (renamed from _includes/pic-path.html) | 0 |
2 files changed, 1 insertions, 1 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 |
