mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-15 00:37:05 +01:00
7 lines
249 B
HTML
7 lines
249 B
HTML
|
<div class="blog-header">
|
||
|
<div class="container">
|
||
|
<h1 class="blog-title">{{ .Title | safeHTML }}</h1>
|
||
|
{{ if .Site.Params.description }}<p class="lead blog-description">{{ .Site.Params.description | safeHTML }}</p>{{ end }}
|
||
|
</div>
|
||
|
</div>
|