hugo-hyperskip

Email-powered static comments for Hugo

git clone git://git.shimmy1996.com/hugo-hyperskip.git
commit 10c7c3ad1ed4462c3a1c64c5896173409dcf82c7
parent 97e3d13e07feacf4077c3fec359754128ca59d9c
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat,  4 Jan 2020 23:24:05 -0600

Remove built-in styling for textarea

Diffstat:
Mlayouts/partials/comment_form.html | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/layouts/partials/comment_form.html b/layouts/partials/comment_form.html
@@ -13,8 +13,7 @@
             name="comment"
             rows="8"
             minlength="3"
-            placeholder="{{ i18n "hyperskip-requirement"}}"
-            style="resize:vertical;min-height:3em;width:100%;"></textarea>
+            placeholder="{{ i18n "hyperskip-requirement"}}"></textarea>
   <br/><br/>
   <input type="submit" value="{{ i18n "hyperskip-submit"}}">
 </form>