forked from autonomic-cooperative/cotech-website
Remove use of site.github.url
We don't need to include the whole url in each page if we're being served from the root of a domain.
This commit is contained in:
@ -11,8 +11,8 @@
|
||||
<div class="top-bar sticky iss-stuck is-at-top" data-sticky data-margin-top=0>
|
||||
<div class="top-bar-title">
|
||||
<strong>
|
||||
<a id="logo" href="{{ site.github.url }}/">
|
||||
<img src="{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/img/CoTech-logo.png">CoTech
|
||||
<a id="logo" href="/">
|
||||
<img src="/app/themes/coop-tech-oowp-theme/public/img/CoTech-logo.png">CoTech
|
||||
</a>
|
||||
</strong>
|
||||
<span data-responsive-toggle="responsive-menu" data-hide-for="medium">
|
||||
|
Reference in New Issue
Block a user