Move header into a separate file

This commit is contained in:
kbe
2025-08-19 08:43:59 +02:00
parent 69552e1fc5
commit c7fafad8d4
2 changed files with 5 additions and 33 deletions

View File

@@ -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 -->