mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-15 00:37:05 +01:00
Alan Orth
2bb1d6ecc0
Some file are empty (created by `hugo new theme`), but I've left them for reference later.
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>
|