mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 09:46:11 +01:00
10 lines
349 B
Text
10 lines
349 B
Text
{{- define "main" -}}
|
|
# {{ with .Params.emoji }}{{.}} {{end}}{{ title (replace .Title "-" " ") }}
|
|
|
|
{{- with .Page.RenderShortcodes }}
|
|
{{- partial "markdown.gmi" . -}}{{ end }}
|
|
|
|
{{ range .Pages.ByTitle -}}
|
|
=> {{ partial "noindex.gmi" .RelPermalink }} {{ with .Params.emoji }}{{ . }} {{ end }}{{ partial "page-title.txt" . }}
|
|
{{ end -}}
|
|
{{- end -}}
|