diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-10-15 17:32:14 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-10-15 17:32:14 +0200 |
commit | a909a44cc4477b30dec8c5889d9c4d4e153058a0 (patch) | |
tree | 6fe4a04403dbeb199c760aef4de8719007ae573e /layouts/partials | |
parent | 6fbfa9f0f71f5fe17ed3999322badacf54d7cbbf (diff) | |
download | hugo-minimalist-theme-a909a44cc4477b30dec8c5889d9c4d4e153058a0.tar.gz hugo-minimalist-theme-a909a44cc4477b30dec8c5889d9c4d4e153058a0.tar.bz2 hugo-minimalist-theme-a909a44cc4477b30dec8c5889d9c4d4e153058a0.zip |
Image thumbnail to 20rem
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post.html b/layouts/partials/post.html index fe24ad9..08583cb 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -17,7 +17,7 @@ {{ else }} {{ $image.RelPermalink }} {{ end }}" - class="mw5-ns db center" + class="mw-20-ns db center" /> </div> {{ end }} |