We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5acb9 commit 4afcce8Copy full SHA for 4afcce8
_includes/base_path.html
@@ -7,7 +7,7 @@
7
'site.url' is set to 'http://localhost:4000' and
8
'site.baseurl' is empty.
9
10
-In both of the above cases we set 'relative_root_path' to 'site.url + site.baseurl'.
+In both of the above cases we set 'relative_root_path' to 'site.baseurl'.
11
12
When we build a website locally with `jekyll build`,
13
both 'site.url' and 'site.baseurl' are empty.
@@ -25,7 +25,7 @@
25
{%- endcomment -%}
26
27
{% if site.url %}
28
- {% assign relative_root_path = site.url | append: site.baseurl %}
+ {% assign relative_root_path = site.baseurl %}
29
{% else %}
30
{% assign last_char = page.url | slice: -1 %}
31
{% if last_char == "/" %}
0 commit comments