2
0
mirror of https://github.com/offen/website.git synced 2024-11-22 09:00:28 +01:00

map status menu to blog

This commit is contained in:
Frederik Ring 2019-12-13 13:17:19 +01:00
parent 1b67f824b9
commit 8cccf5b2c0
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
<a href="/deep-dive/">Deep dive</a> <a href="/deep-dive/">Deep dive</a>
</li> </li>
<li> <li>
<a href="/blog/{{ articles[0].slug }}/">Status</a> <a href="/blog/">Status</a>
</li> </li>
<li> <li>
<a href="/about/">About</a> <a href="/about/">About</a>
@ -94,7 +94,7 @@
Offen is still in alpha. Discover what is already up and running and where we want to go in the coming months. Offen is still in alpha. Discover what is already up and running and where we want to go in the coming months.
</p> </p>
<div class="btn-wrapper"> <div class="btn-wrapper">
<a class="btn btn-color-black" href="/blog/{{ articles[0].slug }}/">Project status</a> <a class="btn btn-color-black" href="/blog/">Project status</a>
</div> </div>
</div> </div>
<div class="card"> <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. Offen is still in alpha. Discover what is already up and running and where we want to go in the coming months.
</p> </p>
<div class="btn-wrapper"> <div class="btn-wrapper">
<a class="btn btn-color-white" href="/blog/{{ articles[0].slug }}/">Project status</a> <a class="btn btn-color-white" href="/blog/">Project status</a>
</div> </div>
</div> </div>
</div> </div>