diff options
| author | Veikka Kähkönen <veikka.kahkonen@corefactory.com> | 2017-08-29 20:53:49 +0300 |
|---|---|---|
| committer | Veikka Kähkönen <veikka.kahkonen@corefactory.com> | 2017-08-29 20:53:49 +0300 |
| commit | a7564f0f846b2065099e62010e42419bf8f4bf1a (patch) | |
| tree | b51c7611f5e7328e4f7d2103637df041ba757264 /_data/navi.yaml | |
| parent | 496c7ae5ed5adb81e8a4d013b7cd7120b9cb62c7 (diff) | |
Add configurable navigation
Diffstat (limited to '_data/navi.yaml')
| -rw-r--r-- | _data/navi.yaml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/_data/navi.yaml b/_data/navi.yaml new file mode 100644 index 0000000..a316b14 --- /dev/null +++ b/_data/navi.yaml @@ -0,0 +1,36 @@ +items: + - title: Etusivu + href: / + - title: Kilta + href: /kilta + subnavi: + directory: kilta + items: + - title: Hallitus + href: hallitus.html + - title: Toimihenkilöt + href: toimihenkilot.html + - title: Viestintä + href: viestinta.html + - title: Jäsenyys + href: jasenyys.html + - title: Aski + href: aski.html + - title: Halloped + href: halloped.html + - title: GT + href: gt.html + #- title: Säätökerho + # href: saatokerho.html + - title: Opiskelu + href: /opiskelu.html + - title: Uudet opiskelijat + href: /phuksit.html + - title: Tapahtumat + href: /tapahtumat.html + - title: Yrityksille + href: /yrityksille.html + - title: Yhteystiedot + href: /yhteystiedot.html + - title: In English + href: /in-english.html |
