Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gethugothemes/dot-hugo-documentation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshwin Madavan <ashwin.madavan@gmail.com>2021-10-11 05:06:50 +0300
committerGitHub <noreply@github.com>2021-10-11 05:06:50 +0300
commit92240aeb3f5f6e2240edc5200866bdf0f6ebf8d2 (patch)
treeb585faee7bf27f925a9a18a4d9041a89f252533b
parent9d0a16a4d73f673bf2aa75c38bee58111202ea7f (diff)
Capitalize subject in contact form placeholder
-rw-r--r--layouts/contact/list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/contact/list.html b/layouts/contact/list.html
index 9278c5c..d2bfb61 100644
--- a/layouts/contact/list.html
+++ b/layouts/contact/list.html
@@ -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 }} \ No newline at end of file
+{{ end }}