From 5de8db332ce8946f91839894edc116d99cf4d03e Mon Sep 17 00:00:00 2001
From: Troy Lindsay <tlindsay42@users.noreply.github.com>
Date: Wed, 02 Feb 2022 17:51:43 +0000
Subject: [PATCH] Fix support for img width (#480) (#481)
---
layouts/_default/list.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 713192f..961bc5c 100755
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,5 +1,5 @@
{{ define "main" }}
- <article class="pa3 pa4-ns nested-copy-line-height nested-img">
+ <article class="pa3 pa4-ns nested-copy-line-height">
<section class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy {{ $.Param "text_color" | default "mid-gray" }}">
{{- .Content -}}
</section>
--
Gitblit v1.10.0