mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
parent
388c1511d6
commit
19d6bafbe1
@ -29,9 +29,9 @@
|
|||||||
%}
|
%}
|
||||||
|
|
||||||
{% if include.absolute %}
|
{% if include.absolute %}
|
||||||
{% assign url = site.url | append: site.base_url | append: url %}
|
{% assign url = site.url | append: site.baseurl | append: url %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% assign url = site.base_url | append: url %}
|
{% assign url = site.baseurl | append: url %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user