fix sorting

This commit is contained in:
GlennWSo 2024-04-09 15:39:45 +02:00
parent aea7509b34
commit db7de53f0f
3 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
+++ +++
title = "Selfhosted Services" title = "Selfhosted Services"
sort_subsections_by = "slug" sort_subsections_by = "weight"
+++ +++

View file

@ -1,5 +1,6 @@
+++ +++
title = "Nextcloud" title = "Nextcloud"
weight = 1
[extra] [extra]
icon ="./nextcloud_icon_14.png" icon ="./nextcloud_icon_14.png"
+++ +++

View file

@ -1,5 +1,6 @@
+++ +++
title = "OnlyOffice" title = "OnlyOffice"
weight = 2
[extra] [extra]
icon ="./onlyoffice.png" icon ="./onlyoffice.png"
+++ +++