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

@ -3,7 +3,7 @@
<div class="col-lg-12 footer">
&copy;{{ site.time | date: "%Y" }} {{site.company_name}}. All rights reserved. <br />
{% if page.last_updated %}<span>Page last updated:</span> {{page.last_updated}}<br/>{% endif %} Site last generated: {{ site.time | date: "%b %-d, %Y" }} <br />
<p><img src="{{ "/images/company_logo.png"| prepend: site.baseurl | prepend: site.url }}" alt="Company logo"/></p>
<p><img src="{{ "/images/company_logo.png"}}" alt="Company logo"/></p>
</div>
</div>
</footer>