|
@@ -169,7 +169,7 @@
|
|
|
<form method='post' action='https://blogtrottr.com'>
|
|
|
<div class="form-group">
|
|
|
<input type='email' class="form-control" name='btr_email' placeholder="{{ i18n "newsletter_input_placeholder" }}"/><br />
|
|
|
- <input type='hidden' name='btr_url' value='{{ "" | absLangURL }}index.xml' />
|
|
|
+ <input type='hidden' name='btr_url' value='{{ "" | absLangURL }}/index.xml' />
|
|
|
<input type='hidden' name='schedule_type' value='1' />
|
|
|
<small id="emailHelp" class="form-text text-muted">{{ i18n "newsletter_warning" }}</small>
|
|
|
<button type="submit" class="btn btn-info"> {{ i18n "submit" }} </button>
|