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/terms.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html
index 31560f1..de03410 100644
--- a/layouts/_default/terms.html
+++ b/layouts/_default/terms.html
@@ -1,7 +1,7 @@
 {{ define "main" }}
     {{ $data := .Data }}
   <article class="cf pa3 pa4-m pa4-l">
-    <div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links nested-img {{ $.Param "text_color" | default "mid-gray" }}">
+    <div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links {{ $.Param "text_color" | default "mid-gray" }}">
       {{ .Content }}
     </div>
   </article>

--
Gitblit v1.10.0