diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-02 23:45:18 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-02 23:45:18 +0300 |
commit | 9f285a1e7bffb04eb2903f21d2a7983faf7f4111 (patch) | |
tree | 2acb04d2fbd1b31eb92b480b40ab799bb005a1d3 /layouts | |
parent | 3719fbed365a839d54e9498d82ce63bcfe889b48 (diff) |
Add weights to experience
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/sections/experience.html | 2 |
1 files changed, 1 insertions, 1 deletions
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"}} <h3>Experience</h3> -{{ range sort (.Pages) "Params.start_date" "desc" }} +{{ range .Pages }} <table> <tbody> <tr> |