mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-12 00:15:37 +01:00
5 lines
147 B
Text
5 lines
147 B
Text
{{ if .Title -}}
|
|
{{- .Title -}}
|
|
{{- else -}}
|
|
{{- .Type | singularize | title }} from {{ partial "year-relative-date.txt" .Date -}}
|
|
{{- end -}}
|