From 9f285a1e7bffb04eb2903f21d2a7983faf7f4111 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Sat, 2 Dec 2023 23:45:18 +0300 Subject: Add weights to experience --- layouts/partials/sections/experience.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials/sections/experience.html') diff --git a/layouts/partials/sections/experience.html b/layouts/partials/sections/experience.html index c975051..f813a54 100644 --- a/layouts/partials/sections/experience.html +++ b/layouts/partials/sections/experience.html @@ -1,6 +1,6 @@ {{ with .Site.GetPage "/experience"}}

Experience

-{{ range sort (.Pages) "Params.start_date" "desc" }} +{{ range .Pages }} -- cgit v1.2.3