Updated to new theme of TeXt

This commit is contained in:
2021-10-25 11:59:10 -04:00
parent 47c2c2e8a1
commit 296d628d8b
318 changed files with 21116 additions and 6966 deletions
+8
View File
@@ -0,0 +1,8 @@
{%- assign _pre7 = include.path | slice: 0, 7 -%}
{%- assign _pre8 = include.path | slice: 0, 8 -%}
{%- if _pre7 == 'http://' or _pre8 == 'https://' -%}
{%- assign __return = include.path -%}
{%- else -%}
{%- include snippets/prepend-baseurl.html path=include.path -%}
{%- assign __return = __return -%}
{%- endif -%}