Gemini: fix internal link emoji

This commit is contained in:
JP Hastings-Spital 2024-05-30 07:09:53 +01:00
parent 852cb699a8
commit 43a4bed5d1
2 changed files with 14 additions and 1 deletions

View file

@ -80,6 +80,19 @@ date = ["date", "publishDate", "lastmod", ":git"]
photos = "camera"
reading-lists = "book"
[params.defaultEmoji]
posts = "📔"
bookmarks = "🔖"
notes = "💬"
photos = "📸"
calendar = "🗓️"
curiosities = "🤩"
memex = "🧠"
review = "📝"
poetry = "🥁"
reading-lists = "📚"
contact-me = "📮"
[languages]
[languages.en]
title = "byJP"

View file

@ -34,7 +34,7 @@ You may also want to visit:
=> / 🏡 Home
{{ range .Site.Menus.main -}}
=> {{ partial "noindex.gmi" (.URL | relURL) }} {{ .Name }}
=> {{ partial "noindex.gmi" (.URL | relURL) }} {{ index site.Params.defaultEmoji (.Name | urls.Anchorize) }} {{ .Name }}
{{ end }}
{{ with getenv "HUGO_LAST_UPDATE_HASH" }}=> https://github.com/by-jp/www.byjp.me/tree/{{.}} {{end}}{{ trim (partial "site-last-update.html" | plainify) "\r\n " }}