joinpeertube/themes/hugo-bootstrap-premium/layouts/partials/modules/page/link/title.html

2 lines
127 B
HTML
Raw Normal View History

2018-02-28 15:33:36 +00:00
<a href="{{ .Permalink }}">{{ if .IsPage }}{{ if .Draft }}{{ .Site.Data.Strings.draft }} :: {{ end }}{{ end }}{{ .Title }}</a>