From b9807410c11fff0c5503ff22a86daa20acd12121 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sun, 6 Oct 2024 23:19:04 +0300 Subject: [PATCH] Enable skill filters --- data/en/sections/skills.toml | 1 + data/fi/sections/skills.toml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/data/en/sections/skills.toml b/data/en/sections/skills.toml index b160f0e..fe0e4e4 100644 --- a/data/en/sections/skills.toml +++ b/data/en/sections/skills.toml @@ -4,6 +4,7 @@ id = "skills" enable = true weight = 2 showOnNavbar = true +filter = true template = "sections/skills.html" [[buttons]] diff --git a/data/fi/sections/skills.toml b/data/fi/sections/skills.toml index 9d6798a..ad249cb 100644 --- a/data/fi/sections/skills.toml +++ b/data/fi/sections/skills.toml @@ -4,10 +4,11 @@ id = "skills" enable = true weight = 2 showOnNavbar = true +filter = true template = "sections/skills.html" [[buttons]] -name = "All" +name = "Kaikki" filter = "all" [[buttons]]