forked from varia/varia.website
added an about button to the website
This commit is contained in:
parent
1492cce2d7
commit
a579b11f6a
@ -18,8 +18,10 @@
|
|||||||
<div class="buttons top left">
|
<div class="buttons top left">
|
||||||
{% if DEFAULT_LANG == 'nl' %}
|
{% if DEFAULT_LANG == 'nl' %}
|
||||||
<i class="fa fa-home fa-fw"></i> <a href="/">home</a>
|
<i class="fa fa-home fa-fw"></i> <a href="/">home</a>
|
||||||
|
<i class="fa fa-info-circle fa-fw"></i> <a href="/pages/about.html">over</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<i class="fa fa-home fa-fw"></i> <a href="/en">home</a>
|
<i class="fa fa-home fa-fw"></i> <a href="/en">home</a>
|
||||||
|
<i class="fa fa-info-circle fa-fw"></i> <a href="/en/pages/about.html">about</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="buttons top">
|
<div class="buttons top">
|
||||||
|
Loading…
Reference in New Issue
Block a user