website/layouts/partials/title.html

8 lines
157 B
HTML
Raw Normal View History

2022-10-08 09:00:00 +00:00
{{ if .Param "like-of" }}
Like of {{ .Param "like-of" }}
{{ else if .Param "title" }}
{{ .Param "title" }}
{{ else if .Plain }}
{{ .Plain }}
{{ end }}