diff options
Diffstat (limited to '_includes/snippets/prepend-path.html')
-rw-r--r-- | _includes/snippets/prepend-path.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_includes/snippets/prepend-path.html b/_includes/snippets/prepend-path.html deleted file mode 100644 index 5f6e904..0000000 --- a/_includes/snippets/prepend-path.html +++ /dev/null @@ -1 +0,0 @@ -{%- assign __return = include.path | prepend: '/' | prepend: include.prepend_path | replace:'///','/' | replace:'//','/' -%} |