- Centered Single Blog Feature Images

- Cleaned Garbage Commits
This commit is contained in:
Prakash4844
2023-09-09 21:03:27 +05:30
parent 118e29a67a
commit b4fc0a677b
+1 -1
View File
@@ -32,7 +32,7 @@
</div>
{{ if .Params.image }}
<div class="featured-image">
<img class="img-fluid" src="{{ .Params.image }}" alt="{{ .Title }}">
<img class="img-fluid mx-auto d-block" src="{{ .Params.image }}" alt="{{ .Title }}">
</div>
{{ end }}
<article class="page-content p-2">