summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/_markup/render-image.html2
-rw-r--r--layouts/partials/pagination-single.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/_markup/render-image.html b/layouts/_default/_markup/render-image.html
index 679fd76..e6a5c39 100644
--- a/layouts/_default/_markup/render-image.html
+++ b/layouts/_default/_markup/render-image.html
@@ -47,7 +47,7 @@ and build the img class string as "img-tag1 img-tag2 ..."
<figure class="{{ $classes }}">
<div>
- <img loading="lazy" alt="{{ .Text }}" src="{{ $url }}" {{ with $imgResource }}width="{{ .Width }}px" height="{{ .Height }}px"{{ end }}>
+ <img loading="lazy" alt="{{ .Text }}" src="{{ $url }}" {{ with $imgResource }}width="{{ .Width }}" height="{{ .Height }}"{{ end }}>
</div>
{{ with .Title }}
diff --git a/layouts/partials/pagination-single.html b/layouts/partials/pagination-single.html
index d82c53c..70c9cc5 100644
--- a/layouts/partials/pagination-single.html
+++ b/layouts/partials/pagination-single.html
@@ -3,7 +3,7 @@
<div class="single-pagination">
<hr />
- <div class="flex">
+ <div class="flexnowrap">
<div class="single-pagination-prev">
{{ with .PrevInSection }}