Browse Source

change to a 2 column layout

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
jamesk-patch-1
Toshaan Bharvani 1 year ago
parent
commit
d9e01e9bea
  1. 2
      themes/openpowerfoundation/layouts/ready/list.html

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

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

Loading…
Cancel
Save