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

github.com/pacollins/hugo-future-imperfect-slim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Tam <VincentTam@users.noreply.github.com>2020-10-28 23:21:07 +0300
committerGitHub <noreply@github.com>2020-10-28 23:21:07 +0300
commitf0fa890fa168cb3ff94a764c3918ad5665616f1d (patch)
tree2d61ba5dacc60398182fa8bfc0138c3188482877
parent0cf69f57d9746997e70e027ed237bbaa16840194 (diff)
Remove double slash before .Params.emailService (#201)
-rw-r--r--layouts/_default/contact.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/contact.html b/layouts/_default/contact.html
index 4986b06..d1929bc 100644
--- a/layouts/_default/contact.html
+++ b/layouts/_default/contact.html
@@ -12,7 +12,7 @@
{{ if .Params.netlify }}
<form name="contact" method="POST" action="thank-you" data-netlify-recaptcha="true" data-netlify="true" center width="300px">
{{ else }}
- <form id="contact" action="//{{ .Params.emailService }}" method="post" center width="300px">
+ <form id="contact" action="{{ .Params.emailService }}" method="post" center width="300px">
{{ end }}
<h4>{{ i18n "contact_replies" .Params.contactanswertime }}</h4>
<fieldset>