We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
site.github.url
site.url
1 parent ad001a4 commit ca9ff32Copy full SHA for ca9ff32
_includes/base_path
@@ -1 +1,5 @@
1
-{% capture base_path %}{{ site.url }}{{ site.baseurl }}{% endcapture %}
+{% if site.url %}
2
+ {% assign base_path = site.url | append: site.baseurl %}
3
+{% else %}
4
+ {% assign base_path = site.github.url %}
5
+{% endif %}
0 commit comments