forked from autonomic-cooperative/cotech-website
Fix more URLs for deployment on Github
This commit is contained in:
@ -5,9 +5,9 @@
|
||||
|
||||
<div class="menu-centered">
|
||||
<ul class="menu">
|
||||
<li><a href="/about">About <span>»</span></a></li>
|
||||
<li><a href="/join">Join <span>»</span></a></li>
|
||||
<li><a href="/manifesto">Manifesto <span>»</span></a></li>
|
||||
<li><a href="{{ site.github.url }}/about">About <span>»</span></a></li>
|
||||
<li><a href="{{ site.github.url }}/join">Join <span>»</span></a></li>
|
||||
<li><a href="{{ site.github.url }}/manifesto">Manifesto <span>»</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -3,11 +3,11 @@
|
||||
<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="/">
|
||||
<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>
|
||||
</strong>
|
||||
<a class="back" href="/">← Go Back</a>
|
||||
<a class="back" href="{{ site.github.url }}/">← Go Back</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user