www.byjp.me/layouts/partials/description.txt
2025-01-31 16:18:22 +00:00

9 lines
No EOL
431 B
Text

{{- if .Params.bookmarkOf -}}
{{- $reference := partial "reference.obj" (dict "url" .Params.bookmarkOf "page" .) -}}
Thoughts on a bookmarked article{{ with $reference.name }}: {{.}}{{ end }}.
{{- else -}}
{{- if eq .Section "calendar" -}}(An event I may be going to.) {{ end -}}
{{- $desc := (index (split .Summary "\n") 0) | plainify | safeHTML -}}
{{- $desc -}}
{{- range .Params.tags }} #{{.}}{{ end -}}
{{- end -}}