github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/doc/themes/docsy/layouts/partials/print/content-blog.html (about) 1 {{ $break := cond .DoPageBreak "page-break-before: always" "" }} 2 {{ with .Page }} 3 <div class="td-content" style="{{ $break }}"> 4 <h1 id="pg-{{ .Page.File.UniqueID }}">{{ .Title }}</h1> 5 {{ with .Params.description }}<div class="lead">{{ . | markdownify }}</div>{{ end }} 6 <div class="td-byline mb-4"> 7 {{ with .Params.author }}{{ T "post_byline_by" }} <b>{{ . | markdownify }}</b> |{{ end}} 8 {{if .Date }} 9 <time datetime="{{ .Date.Format "2006-01-02" }}" class="text-muted">{{ .Date.Format .Site.Params.time_format_blog }}</time> 10 {{ end }} 11 </div> 12 {{ .Content }} 13 </div> 14 {{ end }}