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 57a7142 commit e42101aCopy full SHA for e42101a
_includes/common/rest/variables.liquid
@@ -23,10 +23,4 @@
23
{%- assign schema_date = page.date | default: rest_created_at | date_to_xmlschema -%}
24
{%- assign schema_modi = site.time | date_to_xmlschema -%}
25
{%- assign schema_surl = page.url | absolute_url | xml_escape -%}
26
-
27
-{% comment %} debug {% endcomment %}
28
-{%- if site.debug -%}
29
- {%- assign base = site.baseurl -%}
30
-{%- else -%}
31
- {%- assign base = "https://cdn.jsdelivr.net/gh/" | append: theme_alias -%}
32
-{%- endif -%}
+{%- assign base = site.baseurl -%}
0 commit comments