From 782c9df3f922c103fce30ebacf383f620b4116ba Mon Sep 17 00:00:00 2001 From: zloylinux Date: Tue, 4 Mar 2025 17:45:37 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D1=80=D0=B0=D1=81=D0=BF=D0=BE=D0=BB=D0=BE=D0=B6?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=80=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=D0=B2=20=D0=B2=D0=B5=D1=80=D1=85=D0=BD=D0=B5?= =?UTF-8?q?=D0=B9=20=D1=87=D0=B0=D1=81=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 82109c6..e524a08 100644 --- a/config.toml +++ b/config.toml @@ -231,10 +231,10 @@ tag_sorting = "frequency" menu = [ { name = "blog", url = "blog", trailing_slash = true }, - { name = "archive", url = "archive", trailing_slash = true }, - { name = "tags", url = "tags", trailing_slash = true }, - { name = "articles", url = "articles", trailing_slash = true }, { name = "soft", url = "soft", trailing_slash = true }, + { name = "articles", url = "articles", trailing_slash = true }, + { name = "tags", url = "tags", trailing_slash = true }, + { name = "archive", url = "archive", trailing_slash = true }, ] feed_icon = true