mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-09-24 14:00:58 +00:00
Mostly translated into english. Page linking works. Language changing works. Fixes here and there.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<!-- header.scss -->
|
||||
|
||||
<nav class="navigation">
|
||||
<a href="/" {% if page.url == '/' %}style="display: none;"{% endif %}>
|
||||
<a href="{{site.data.i18n.pages.other[page.language].home.url}}" {% if page.url == '/' or page.url == '/en/' %}style="display: none;"{% endif %}>
|
||||
<img id="header-logo" class="logo" src="{{ "/assets/logo.svg " | relative_url }}">
|
||||
</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user