Fixed 404, striim and statute again. Now you can change lang while on those pages.

pull/35/head
Mart-Erki.Noumees 7 years ago
parent cd33461e80
commit 228214c11b
  1. 3
      404.html
  2. 12
      _data/i18n/pages.yml
  3. 7
      en/404.html
  4. 7
      en/statute.html
  5. 7
      en/striim.html
  6. 1
      statute.html
  7. 1
      striim.html

@ -1,6 +1,7 @@
---
layout: default
title: 404 - Page not found
language: en
language: ee
tag: 404
---
{% include pages/404.html %}

@ -30,6 +30,12 @@ all:
contact:
name : "Kontakt"
url : "/contact/"
404:
url : "/404"
striim:
name : "Striim"
url : "/striim/"
en:
home:
name : "Front page"
@ -61,6 +67,12 @@ all:
contact:
name : "Contact"
url : "/en/contact/"
404:
url : "/en/404"
striim:
name : "Striim"
url : "/en/striim/"
# For iterating through and populating navbar
nav:

@ -0,0 +1,7 @@
---
layout: default
title: 404 - Page not found
language: en
tag: 404
---
{% include pages/404.html %}

@ -0,0 +1,7 @@
---
layout: default
title: Statute - Lapikud
language: en
tag: statute
---
{% include pages/statute.html %}

@ -0,0 +1,7 @@
---
layout: default
language: en
tag: striim
---
{% include pages/striim.html %}

@ -2,5 +2,6 @@
layout: default
title: Põhikiri - Lapikud
language: ee
tag: statute
---
{% include pages/statute.html %}

@ -1,6 +1,7 @@
---
layout: default
language: ee
tag: striim
---
{% include pages/striim.html %}

Loading…
Cancel
Save