mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Gemini: fix internal link emoji
This commit is contained in:
parent
852cb699a8
commit
43a4bed5d1
2 changed files with 14 additions and 1 deletions
13
config.toml
13
config.toml
|
@ -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"
|
||||
|
|
|
@ -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 " }}
|
||||
|
|
Loading…
Reference in a new issue