5 lines
142 B
Text
5 lines
142 B
Text
|
{% if site.url %}
|
||
|
{% assign base_path = site.url | append: site.baseurl %}
|
||
|
{% else %}
|
||
|
{% assign base_path = site.github.url %}
|
||
|
{% endif %}
|