Removing site.baseurl.

baseurl is important for cross-site theme compatibility.
Unfortunately our gitlab instance provides the incorrect baseurl.

This is a hack. If the configuration gets fixed this commit should
be reverted.
This commit is contained in:
Spencer Bliven
2019-06-17 14:15:11 +02:00
parent 5c04f2167b
commit 6b84e38c6e
8 changed files with 26 additions and 26 deletions

View File

@ -1 +1 @@
<img class="inline" src="{{ "/images/"| prepend: site.baseurl | prepend: site.url }}{{include.file}}" alt="{{include.alt}}" />
<img class="inline" src="{{ "/images/"}}{{include.file}}" alt="{{include.alt}}" />