hugo-theme-moments/layouts/partials/header.html
2021-08-05 13:38:08 +08:00

7 lines
No EOL
397 B
HTML

<div class="jumbotron jumbotron-fluid" style="background-image: url({{ .Site.Params.cover }});
background-position: center center;background-size: cover; min-height: 200px; text-align: center">
<div class="container">
<h1 class="display-4 text-secondary">{{ .Site.Params.title }}</h1>
<p class="lead text-black-50">{{ .Site.Params.signature }}</p>
</div>
</div>