diff options
Diffstat (limited to 'layouts/shortcodes/form-contact.html')
| -rw-r--r-- | 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 987cdbd..e688ba6 100644 --- a/layouts/shortcodes/form-contact.html +++ b/layouts/shortcodes/form-contact.html @@ -1,4 +1,4 @@ -<div class="contact-form"> +<div id="site-contact" class="contact-form"> <form accept-charset="UTF-8" action="{{ site.Params.Contact.formAction | default site.BaseURL }}" method="POST" id="contact-form"> <div class="contact-form-item"> <label for="name" class="contact-form-label">{{ i18n "your_name" }}</label> |
