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:
@ -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}}" />
|
||||
|
Reference in New Issue
Block a user