From 89a1fd5dee1d5620b0458276ad44aea714e6939a Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Tue, 06 Oct 2020 11:07:22 +0000
Subject: [PATCH] update
---
layouts/shortcodes/column.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/shortcodes/column.html b/layouts/shortcodes/column.html
index b1fadbc..ab2dfb2 100644
--- a/layouts/shortcodes/column.html
+++ b/layouts/shortcodes/column.html
@@ -1,4 +1,4 @@
{{- $modifier := .Get 0 -}}
-<div {{- with $modifier }} class='{{ . }}'{{ end }}>
+<div {{- with $modifier }} class="{{ . }}"{{ end }}>
{{- .Inner | markdownify -}}
</div>
--
Gitblit v1.10.0