diff options
| author | Paul Buetow <paul@buetow.org> | 2023-08-19 00:26:35 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-08-19 00:26:35 +0300 |
| commit | 59669fa9b094e2d74f2b91900e9251fdf4e627ce (patch) | |
| tree | a0f01009bbd68cc80dc6f4db18f68cf6c6f24167 | |
| parent | 625d9ac44074a31140fb88d40153e216f8c8bd67 (diff) | |
change inline template sorting
| -rw-r--r-- | lib/template.source.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/template.source.sh b/lib/template.source.sh index 17f6a5f..9b0f8b5 100644 --- a/lib/template.source.sh +++ b/lib/template.source.sh @@ -84,7 +84,7 @@ template::inline::index () { echo "=> ./$gmi_file $date $title$current" done < <(ls | $GREP "$topic.*\\.gmi\$" | $GREP -v DRAFT) - done | sort -r | uniq + done | sort | uniq } template::test () { |
