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
url: /tags
weight: 30
- identifier: archives
name: Archives
- identifier: archive
name: Archive
url: /archive
weight: 10
- identifier: search
@ -72,26 +72,6 @@ params:
- name: "RSS"
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
fuseOpts:
isCaseSensitive: false

View File

@ -2,5 +2,6 @@
title: "Archive"
layout: "archives"
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
description: "Search the site for something"
placeholder: "enter text here..."
sumary: "search"
summary: "Search the site for something"
---