diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-02 23:38:30 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-02 23:38:30 +0300 |
commit | 3719fbed365a839d54e9498d82ce63bcfe889b48 (patch) | |
tree | 79b4bcff9e8f8c80ea3b218e33215cd418f26282 /layouts | |
parent | b0a379f559b2864134301b3831af678333cf7670 (diff) |
Add project weights
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/sections/projects.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sections/projects.html b/layouts/partials/sections/projects.html index 88cf5ea..fb0026c 100644 --- a/layouts/partials/sections/projects.html +++ b/layouts/partials/sections/projects.html @@ -1,6 +1,6 @@ {{ with .Site.GetPage "/projects" }} <h3>Projects</h3> -{{ range sort (.Pages) "Params.start_date" "desc" }} +{{ range .Pages }} <table> <tbody> <tr> |