Mostly translated into english. Page linking works. Language changing works. Fixes here and there.

This commit is contained in:
Mart-Erki.Noumees
2018-10-02 23:03:50 +03:00
parent 5da2e00009
commit 59ec2ee920
48 changed files with 988 additions and 1235 deletions

View File

@@ -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>