go to single column for blog

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
master
Toshaan Bharvani 2 years ago
parent c1b9c48ce5
commit 46bdde8357

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

Loading…
Cancel
Save