joinpeertube/themes/hugo-bootstrap-premium/layouts/partials/modules/site/brand.html
2018-02-28 16:33:36 +01:00

5 lines
155 B
HTML

{{ if and ( isset .Site.Params "brand" ) ( ne .Site.Params.brand "" ) }}
{{ .Site.Params.brand | markdownify }}
{{ else }}
{{ .Site.Title }}
{{ end }}