diff options
-rw-r--r-- | USERS.md | 3 | ||||
-rw-r--r-- | assets/css/utils.css | 7 | ||||
-rw-r--r-- | layouts/_default/_markup/render-image.html | 2 | ||||
-rw-r--r-- | layouts/partials/pagination-single.html | 2 |
4 files changed, 11 insertions, 3 deletions
@@ -8,3 +8,6 @@ - https://aadityathapa.github.io/, **Aaditya Thapa**, Data Analyst - https://automagic.blog, **Sangeeth Sudheer**, UX Engineer - https://kmiziz.xyz, **Vasily Negrebetskiy**, Software Engineer +- https://nykenik24.github.io, **Nykenik24**, Hobby programmer +- https://rahulpat1l.github.io/, **Rahul Patil**, Student +- https://blog.borber.top, **Borber**, Software Engineer diff --git a/assets/css/utils.css b/assets/css/utils.css index f53c655..913ace9 100644 --- a/assets/css/utils.css +++ b/assets/css/utils.css @@ -3,6 +3,11 @@ flex-wrap: wrap; } +.flexnowrap { + display: flex; + flex-wrap: nowrap; +} + .bold { font-weight: bold; } @@ -17,4 +22,4 @@ .monospace { font-family: var(--font-mono); -} +}
\ No newline at end of file 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 }} |