2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

update status links page wide

This commit is contained in:
Hendrik Niefeld 2019-12-12 20:47:48 +01:00
parent 24146760be
commit d0a74d4edc
3 changed files with 4 additions and 4 deletions

View File

@ -51,4 +51,4 @@ TWITTER_URL = 'https://twitter.com/hioffen'
OFFEN_ACCOUNT_ID = '9b63c4d8-65c0-438c-9d30-cc4b01173393'
STATUS_URL = '/blog/laying-foundation-for-fair-web-analytics/index.html'
STATUS_URL = '/blog/laying-foundation-for-fair-web-analytics'

View File

@ -43,7 +43,7 @@
<a href="/deep-dive/">Deep dive</a>
</li>
<li>
<a href="{{ SITEURL }}{{ STATUS_URL }}">Status</a>
<a href="{{ STATUS_URL }}">Status</a>
</li>
<li>
<a href="/about/">About</a>
@ -92,7 +92,7 @@
Offen is still in alpha. Discover what is already up and running and where we want to go in the coming months.
</p>
<div class="btn-wrapper">
<a class="btn btn-color-black" href="/status/">Project status</a>
<a class="btn btn-color-black" href="{{ STATUS_URL }}">Project status</a>
</div>
</div>
<div class="card">

View File

@ -67,7 +67,7 @@
Offen is still in alpha. Discover what is already up and running and where we want to go in the coming months.
</p>
<div class="btn-wrapper">
<a class="btn btn-color-white" href="/status/">Project status</a>
<a class="btn btn-color-white" href="{{ STATUS_URL }}">Project status</a>
</div>
</div>
</div>