mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
6 lines
173 B
HTML
6 lines
173 B
HTML
|
{{ if .Content }}
|
||
|
{{ .Summary | chomp }}{{ if .Truncated }}…{{ end }}
|
||
|
{{ else if .Params.subtitle }}
|
||
|
{{ .Params.subtitle | markdownify | emojify }}
|
||
|
{{ end }}
|