mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 19:05:41 +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"
|
photos = "camera"
|
||||||
reading-lists = "book"
|
reading-lists = "book"
|
||||||
|
|
||||||
|
[params.defaultEmoji]
|
||||||
|
posts = "📔"
|
||||||
|
bookmarks = "🔖"
|
||||||
|
notes = "💬"
|
||||||
|
photos = "📸"
|
||||||
|
calendar = "🗓️"
|
||||||
|
curiosities = "🤩"
|
||||||
|
memex = "🧠"
|
||||||
|
review = "📝"
|
||||||
|
poetry = "🥁"
|
||||||
|
reading-lists = "📚"
|
||||||
|
contact-me = "📮"
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
[languages.en]
|
[languages.en]
|
||||||
title = "byJP"
|
title = "byJP"
|
||||||
|
|
|
@ -34,7 +34,7 @@ You may also want to visit:
|
||||||
|
|
||||||
=> / 🏡 Home
|
=> / 🏡 Home
|
||||||
{{ range .Site.Menus.main -}}
|
{{ range .Site.Menus.main -}}
|
||||||
=> {{ partial "noindex.gmi" (.URL | relURL) }} {{ .Name }}
|
=> {{ partial "noindex.gmi" (.URL | relURL) }} {{ index site.Params.defaultEmoji (.Name | urls.Anchorize) }} {{ .Name }}
|
||||||
{{ end }}
|
{{ 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 " }}
|
{{ 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