image refactor

This commit is contained in:
2023-05-27 21:49:58 +02:00
parent 426501b046
commit b320f360a4
108 changed files with 176 additions and 481 deletions

View File

@ -1,6 +1,6 @@
<section class="section-sm">
<div class="container">
{{ if (and .Params.image (ne .Params.image .default_img) ) }}
{{ if (and .Params.image (ne .Params.image "/media/image.webp") ) }}
<div class="row">
<div class="col-12 mb-4">
<img class="img-fluid w-100" src="{{ .Params.image | relURL }}">