Skip to content

Commit ff016cd

Browse files
committed
feat: order end users by weight
Signed-off-by: Jaime Silvela <jaime.silvela@enterprisedb.com>
1 parent 8b189f7 commit ff016cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/end_users/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ If you want to add your organization, please open a pull request for the
1515
[ADOPTERS file](https://github.com/cloudnative-pg/cloudnative-pg/blob/main/ADOPTERS.md).
1616

1717

18-
Below is a list of several CloudNativePG end users, in alphabetical order.
18+
Below is a list of several CloudNativePG end users, in chronological order.

layouts/paged_content/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h2 class="text-xl mt-6">{{.Title}}</h2>
55
<p>{{.Content}}</p>
66

77
{{ $ps := .Paginate (union .Pages .Sections) }}
8-
{{ range sort $ps.Pages "Title" }}
8+
{{ range sort $ps.Pages "Weight" }}
99
<hr>
1010
{{ if .Params.image }}
1111
<a href="{{ .Params.homepage }}">

0 commit comments

Comments
 (0)