mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-18 15:33:10 +00:00
7 lines
256 B
HTML
7 lines
256 B
HTML
{{ $title := .Title }}
|
|
{{ if site.Params.main.titleCase }}{{ $title = title $title }}{{ end }}
|
|
|
|
{{ with $title }}<p class="display-4 mt-5">{{ . }}</p>{{ end }}
|
|
{{ partial "assets/sharing.html" (dict "page" .) }}
|
|
<p class="lead mb-5">{{ .Description }}</p>
|