fix language tag and responsible layout
This commit is contained in:
parent
d894947de8
commit
32c17f7717
|
@ -1,4 +1,7 @@
|
||||||
theme: minima
|
theme: minima
|
||||||
|
title: Piraattinuorten linkkilista
|
||||||
|
description: Täältä löytyy Piraattinuorten oleellisiahkoja linkkejä.
|
||||||
|
lang: fi
|
||||||
timezone: Europe/Helsinki
|
timezone: Europe/Helsinki
|
||||||
encoding: utf-8
|
encoding: utf-8
|
||||||
plugins:
|
plugins:
|
||||||
|
|
|
@ -17,6 +17,8 @@ $base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
|
||||||
color: revert !important;
|
color: revert !important;
|
||||||
text-color: revert !important;
|
text-color: revert !important;
|
||||||
background-color: revert !important;
|
background-color: revert !important;
|
||||||
|
overflow-wrap: break-word !important;
|
||||||
|
hyphens: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fix transparent mobile navbar
|
// Fix transparent mobile navbar
|
||||||
|
|
1
index.md
1
index.md
|
@ -2,6 +2,7 @@
|
||||||
permalink: /index.html
|
permalink: /index.html
|
||||||
redirect_from: /404.html
|
redirect_from: /404.html
|
||||||
layout: home
|
layout: home
|
||||||
|
lang: fi
|
||||||
---
|
---
|
||||||
|
|
||||||
Tältä sivustolta löydät liittymislinkit [Piraattinuorten](https://pinu.fi/)
|
Tältä sivustolta löydät liittymislinkit [Piraattinuorten](https://pinu.fi/)
|
||||||
|
|
Loading…
Reference in New Issue