Files
CoderSherlock.github.io/_includes/snippets/prepend-baseurl.html
T

4 lines
195 B
HTML

{%- assign _include_path_replace_index = include.path | replace: 'index.html', '' -%}
{%- include snippets/prepend-path.html
path=_include_path_replace_index
prepend_path=site.fakebaseurl -%}