Fixed pages for docker-compose

This commit is contained in:
2019-10-22 11:17:06 +02:00
parent 89280c92e2
commit 45cebeb571
10 changed files with 39 additions and 38 deletions

View File

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