Browse Source

go to single column for blog

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
master
Toshaan Bharvani 1 year ago
parent
commit
46bdde8357
  1. 2
      themes/openpowerfoundation/layouts/blog/list.html

2
themes/openpowerfoundation/layouts/blog/list.html

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
{{ $imagename := .Param "image" }}
{{ $imagelocation := (printf "%s/%s" "images/blog/" $imagename) }}
{{ $imageresource := resources.Get $imagelocation }}
<article class="post__article col-md-6">
<article class="post__article col-md-12">
{{ if $imageresource }}
<div class="post__thumb">
{{ $image := $imageresource.Resize "50x50 webp" }}

Loading…
Cancel
Save