gitea-pages/_includes/inline_image.html
Spencer Bliven 6b84e38c6e 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.
2019-06-17 14:15:11 +02:00

2 lines
83 B
HTML

<img class="inline" src="{{ "/images/"}}{{include.file}}" alt="{{include.alt}}" />