mirror of
https://github.com/TheLocehiliosan/yadm
synced 2025-06-06 01:23:59 +00:00
5 lines
142 B
Plaintext
5 lines
142 B
Plaintext
|
{% if site.url %}
|
||
|
{% assign base_path = site.url | append: site.baseurl %}
|
||
|
{% else %}
|
||
|
{% assign base_path = site.github.url %}
|
||
|
{% endif %}
|