Изменение расположения разделов в верхней части

This commit is contained in:
2025-03-04 17:45:37 +07:00
parent 9f1ff10efa
commit 782c9df3f9

View File

@@ -231,10 +231,10 @@ tag_sorting = "frequency"
menu = [ menu = [
{ name = "blog", url = "blog", trailing_slash = true }, { 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 = "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 feed_icon = true