Merge pull request #172 from ashwin153/patch-1
Capitalize subject in contact form placeholder
This commit is contained in:
commit
021b2df6a1
1 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue