summaryrefslogtreecommitdiff
path: root/_includes/snippets/prepend-baseurl.html
blob: d5d24ef19a5d6f300e2cab044755e3969bc0d9af (plain)
1
2
3
4
{%- assign _include_path_replace_index = include.path | replace: 'index.html', '' -%}
{%- include snippets/prepend-path.html
  path=_include_path_replace_index
  prepend_path=site.baseurl -%}