mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-12 16:47:24 +01:00
Gemini: Add timestamp to note
This commit is contained in:
parent
1284c8aa51
commit
c0995ce9d3
1 changed files with 4 additions and 2 deletions
|
@ -38,9 +38,11 @@ Get in touch if you'd like to go to these, or any other events⁺, together!
|
||||||
|
|
||||||
=> /calendar/ 🗓️ My events calendar
|
=> /calendar/ 🗓️ My events calendar
|
||||||
{{ end }}
|
{{ end }}
|
||||||
## A recent note
|
|
||||||
{{ $notePage := index (where .Site.RegularPages "Section" "eq" "notes") 0 -}}
|
{{ $notePage := index (where .Site.RegularPages "Section" "eq" "notes") 0 -}}
|
||||||
{{ with $notePage }}{{ partial "markdown.gmi" .Page.RenderShortcodes }}{{ end }}
|
{{ with $notePage }}## A recent note
|
||||||
|
📅 {{ .Page.Date.Format "January 2, 2006 — 15:04 (MST)" }}
|
||||||
|
|
||||||
|
{{ trim (partial "markdown.gmi" .Page.RenderShortcodes) "\r\n " }}{{ end }}
|
||||||
## Me, elsewhere
|
## Me, elsewhere
|
||||||
|
|
||||||
You can find me across the world wide web; here are a handful of ways to get in touch.
|
You can find me across the world wide web; here are a handful of ways to get in touch.
|
||||||
|
|
Loading…
Reference in a new issue