Skip to content

Commit

Permalink
fix: path error
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Sep 30, 2018
1 parent cd372c9 commit 5040b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/snippets/prepend-path.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{%- assign __return = include.path | prepend: '/' | prepend: include.prepend_path | replace:'//','/' -%}
{%- assign __return = include.path | prepend: '/' | prepend: include.prepend_path | replace:'///','/' | replace:'//','/' -%}

0 comments on commit 5040b93

Please sign in to comment.