1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-04-20 10:41:01 +01:00
Files
Grid/_includes/base_path
T
2016-10-26 16:35:05 +01:00

5 lines
142 B
Plaintext

{% if site.url %}
{% assign base_path = site.url | append: site.baseurl %}
{% else %}
{% assign base_path = site.github.url %}
{% endif %}