Rename Archives to Archive

This commit is contained in:
Ategon 2024-02-13 19:20:44 -05:00
parent 43a66cbded
commit 1bf662c281
3 changed files with 5 additions and 24 deletions

View File

@ -23,8 +23,8 @@ menu:
name: Tags name: Tags
url: /tags url: /tags
weight: 30 weight: 30
- identifier: archives - identifier: archive
name: Archives name: Archive
url: /archive url: /archive
weight: 10 weight: 10
- identifier: search - identifier: search
@ -72,26 +72,6 @@ params:
- name: "RSS" - name: "RSS"
url: "https://stacks.programming.dev/index.xml" url: "https://stacks.programming.dev/index.xml"
# Menu
menu:
main:
- identifier: categories
name: categories
url: /categories
weight: 10
- identifier: tags
name: tags
url: /tags
weight: 20
- identifier: archives
name: archives
url: /archives
weight: 30
- identifier: search
name: Search
url: /search
weight: 25
# Search # Search
fuseOpts: fuseOpts:
isCaseSensitive: false isCaseSensitive: false

View File

@ -2,5 +2,6 @@
title: "Archive" title: "Archive"
layout: "archives" layout: "archives"
url: "/archive/" url: "/archive/"
summary: "archive" summary: "An archive of all of the posts on the site"
description: "An archive of all of the posts on the site"
--- ---

View File

@ -3,6 +3,6 @@ title: "Search" # in any language you want
layout: "search" # necessary for search layout: "search" # necessary for search
description: "Search the site for something" description: "Search the site for something"
placeholder: "enter text here..." placeholder: "enter text here..."
sumary: "search" summary: "Search the site for something"
--- ---