From 8f4c3b571d10049b4f80f1fe5347abdd7402c8b3 Mon Sep 17 00:00:00 2001
From: Bud Parr <budparr@gmail.com>
Date: Tue, 02 May 2017 12:16:53 +0000
Subject: [PATCH] use better class names
---
layouts/shortcodes/form-contact.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/shortcodes/form-contact.html b/layouts/shortcodes/form-contact.html
index 7734e3f..e2ceb6b 100644
--- a/layouts/shortcodes/form-contact.html
+++ b/layouts/shortcodes/form-contact.html
@@ -1,7 +1,7 @@
{{ $.Scratch.Add "labelClasses" "f6 b db mb1 mt3 sans-serif mid-gray" }}
{{ $.Scratch.Add "inputClasses" "w-100 f5 pv3 ph3 bg-light-gray bn" }}
-<form class="black-80 sans-serif" accept-charset="UTF-8" action="{{ .Get "action" }}" method="POST">
+<form class="black-80 sans-serif" accept-charset="UTF-8" action="{{ .Get "action" }}" method="POST" role="form">
<label class="{{ $.Scratch.Get "labelClasses" }}" for="name">Your Name</label>
<input type="text" id="name" name="name" class="{{ $.Scratch.Get "inputClasses" }}" required placeholder=" " aria-labelledby="name"/>
--
Gitblit v1.10.0