Convert remaining links from absolute to relative
I missed these in an earlier commit.
This commit is contained in:
parent
85734a7242
commit
47cee0d237
@ -39,11 +39,11 @@ section#contact div.row div p a:hover {
|
||||
<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="https://www.coops.tech/">
|
||||
<a id="logo" href="/">
|
||||
<img src="{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/img/CoTech-logo.png">CoTech
|
||||
</a>
|
||||
</strong>
|
||||
<a class="back" href="https://www.coops.tech/">← Go Back</a>
|
||||
<a class="back" href="/">← Go Back</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -145,7 +145,7 @@ section#contact div.row div p a:hover {
|
||||
<div class="footer-lower">
|
||||
<div class="row">
|
||||
<div class="small-12 columns">
|
||||
<img src="https://www.coops.tech/app/themes/coop-tech-oowp-theme/public/img/coop-logo.png" class="float-center" />
|
||||
<img src="{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/img/coop-logo.png" class="float-center" />
|
||||
<!-- TODO the CSS link colour needs fixing! -->
|
||||
<!-- p>Site developed by <a href="http://www.glowboxdesign.co.uk/">Glowbox Designs</a> &
|
||||
<a href="http://outlandish.com/">Outlandish</a>, hosted by
|
||||
|
@ -39,11 +39,11 @@ section#contact div.row div p a:hover {
|
||||
<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="https://www.coops.tech/">
|
||||
<a id="logo" href="/">
|
||||
<img src="{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/img/CoTech-logo.png">CoTech
|
||||
</a>
|
||||
</strong>
|
||||
<a class="back" href="https://www.coops.tech/">← Go Back</a>
|
||||
<a class="back" href="/">← Go Back</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -99,7 +99,7 @@ section#contact div.row div p a:hover {
|
||||
<div class="footer-lower">
|
||||
<div class="row">
|
||||
<div class="small-12 columns">
|
||||
<img src="https://www.coops.tech/app/themes/coop-tech-oowp-theme/public/img/coop-logo.png" class="float-center" />
|
||||
<img src="{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/img/coop-logo.png" class="float-center" />
|
||||
<!-- TODO the CSS link colour needs fixing! -->
|
||||
<!-- p>Site developed by <a href="http://www.glowboxdesign.co.uk/">Glowbox Designs</a> &
|
||||
<a href="http://outlandish.com/">Outlandish</a>, hosted by
|
||||
|
Loading…
Reference in New Issue
Block a user