diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-10 21:32:27 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-10 21:32:27 +0200 |
commit | 2c2f850a29b2e896f640679ed9fcec523ccfdb2d (patch) | |
tree | 412662e9494d00135f0ac3bae5816f7aca53767f /templates/coins_designs.templ | |
parent | e1c08fce740b54454c4fea09634bf839ef9f76d3 (diff) |
Support sorting countries by name
Diffstat (limited to 'templates/coins_designs.templ')
-rw-r--r-- | templates/coins_designs.templ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/coins_designs.templ b/templates/coins_designs.templ index 1b1ba6d..6d186e1 100644 --- a/templates/coins_designs.templ +++ b/templates/coins_designs.templ @@ -26,7 +26,7 @@ templ CoinsDesigns() { </p> <hr/> <div class="country-grid"> - for _, c := range countries(p) { + for _, c := range countries(p, sortByCode) { <a role="button" class="outline" |