mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-02-23 16:19:02 +00:00
5 lines
165 B
HTML
5 lines
165 B
HTML
{{ if .Content }}
|
|
{{ .Summary | chomp }}{{ if .Truncated }}…{{ end }}
|
|
{{ else if .Params.subtitle }}
|
|
{{ .Params.subtitle | markdownify | emojify }}
|
|
{{ end }}
|