Add additional links

This commit is contained in:
JP Hastings-Spital 2023-09-11 21:45:15 +01:00
parent a93639f7dc
commit bad02e30ab
2 changed files with 12 additions and 1 deletions

View file

@ -98,11 +98,21 @@ date = ["date", "publishDate", "lastmod", ":git"]
name = "🤩 Curiosities" name = "🤩 Curiosities"
url = "/curiosities" url = "/curiosities"
weight = 2 weight = 2
[[languages.en.menu.main]]
identifier = "memex"
name = "🧠 Memex"
url = "/memex"
weight = 3
[[languages.en.menu.main]]
identifier = "photos"
name = "📸 Photos"
url = "/photos"
weight = 4
[[languages.en.menu.main]] [[languages.en.menu.main]]
identifier = "posts" identifier = "posts"
name = "📔 Posts" name = "📔 Posts"
url = "/posts" url = "/posts"
weight = 3 weight = 5
[sitemap] [sitemap]
filename = 'sitemap.xml' filename = 'sitemap.xml'

View file

@ -1,4 +1,5 @@
--- ---
title: Photos
sitemap: sitemap:
changefreq: monthly changefreq: monthly
priority: 0.8 priority: 0.8