improved templates
This commit is contained in:
@ -1,10 +1,6 @@
|
||||
<div class="topbar">
|
||||
<a class="" href="https://webmail.netig.net" target="_blank">NETmail</a>
|
||||
<a class="" href="https://cloud.netig.net" target="_blank">NETcloud</a>
|
||||
<a class="" href="https://git.netig.net" target="_blank">NETgit</a>
|
||||
|
||||
</div>
|
||||
{% include "partials/topbar.html" %}
|
||||
{% include "partials/sidenav.html" %}
|
||||
{% if not page %}
|
||||
<div class="content col--1-2">
|
||||
<div>
|
||||
<a class="logo" href="/#"><img class="logo" src="{{ get_url(path="images/favicon.webp") }}" alt="Logo"></a>
|
||||
@ -16,4 +12,5 @@
|
||||
<p><strong>Vous cherchez des services en ligne mais vous ne souhaitez pas confier vos
|
||||
données aux GAFAM ? Vous êtes au bon endroit !</strong></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
@ -1,7 +1,8 @@
|
||||
<div class="topbar">
|
||||
{% if page %}
|
||||
<a class="logo--min" href="/#"><img class="logo" src="{{ get_url(path="images/favicon.webp") }}" alt="Logo"></a>
|
||||
{% endif %}
|
||||
<a class="" href="https://webmail.netig.net" target="_blank">NETmail</a>
|
||||
<a class="" href="https://cloud.netig.net" target="_blank">NETcloud</a>
|
||||
<a class="" href="https://git.netig.net" target="_blank">NETgit</a>
|
||||
</div>
|
||||
{% include "partials/sidenav.html" %}
|
||||
</div>
|
Reference in New Issue
Block a user