hugo-theme-moments/layouts/partials/header.html
2021-09-02 11:43:12 +08:00

7 lines
No EOL
376 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">
<div class="site-title">{{ .Site.Params.title }}</div>
<p class="signature">{{ .Site.Params.signature }}</p>
</div>
</div>