mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-05-15 16:53:02 +02:00
First commit with initial theme
Some file are empty (created by `hugo new theme`), but I've left them for reference later.
This commit is contained in:
6
layouts/partials/header.html
Normal file
6
layouts/partials/header.html
Normal file
@ -0,0 +1,6 @@
|
||||
<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>
|
Reference in New Issue
Block a user