Convert remaining links from absolute to relative

I missed these in an earlier commit.
This commit is contained in:
James Mead 2017-07-01 12:24:00 +01:00
parent 85734a7242
commit 47cee0d237
2 changed files with 6 additions and 6 deletions

View File

@ -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/">&#8592; Go Back</a>
<a class="back" href="/">&#8592; 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> &amp;
<a href="http://outlandish.com/">Outlandish</a>, hosted by

View File

@ -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/">&#8592; Go Back</a>
<a class="back" href="/">&#8592; 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> &amp;
<a href="http://outlandish.com/">Outlandish</a>, hosted by