Merge pull request #172 from ashwin153/patch-1

Capitalize subject in contact form placeholder
This commit is contained in:
Somrat 2021-10-11 10:31:21 +06:00 committed by GitHub
commit 021b2df6a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
<form action="{{ .Site.Params.contact_form_action | safeURL }}" method="POST">
<input type="text" id="name" name="name" placeholder="Name" class="form-control mb-4 shadow rounded-0">
<input type="email" id="mail" name="mail" placeholder="Email" class="form-control mb-4 shadow rounded-0">
<input type="text" id="subject" name="subject" placeholder="subject"
<input type="text" id="subject" name="subject" placeholder="Subject"
class="form-control mb-4 shadow rounded-0">
<textarea name="message" id="message" placeholder="Message"
class="form-control mb-4 shadow rounded-0"></textarea>
@ -22,4 +22,4 @@
</section>
{{ "<!-- /contact -->" | safeHTML }}
{{ end }}
{{ end }}