Move header into a separate file
This commit is contained in:
@@ -27,7 +27,9 @@
|
||||
<!-- Featured Image -->
|
||||
{{ if .Params.featured_image }}
|
||||
<div class="container">
|
||||
<img src="{{ .Params.featured_image }}" alt="{{ .Title }}">
|
||||
<div class="p-2 text-center">
|
||||
<img src="{{ .Params.featured_image }}" alt="{{ .Title }}" class="mx-auto d-block">
|
||||
</div>
|
||||
</div><!-- end container -->
|
||||
{{ end }}
|
||||
<!-- end Featured Image -->
|
||||
|
||||
Reference in New Issue
Block a user