content: remove most HTML
Modern Hugo strips this and surprisingly works well with mixing the LTR text in RTL sentences without the <bdi> tag.
This commit is contained in:
@ -5,19 +5,4 @@ author = "Алън Орт"
|
||||
menu = "navbar"
|
||||
+++
|
||||
|
||||
Бих се радвал на вашите коментари, въпроси и предложения — пратете ми съобщение от формата за контакти.
|
||||
|
||||
<form method="POST" action="https://formspree.io/alan.orth@gmail.com">
|
||||
<div class="form-group">
|
||||
<label for="emailAddress">Имейл</label>
|
||||
<input type="email" class="form-control" name="email" id="emailAddress" placeholder="Вашият имейл">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="message">Съобщение</label>
|
||||
<textarea class="form-control" name="message" id="message" placeholder="Вашето съобщение" rows="3"></textarea>
|
||||
</div>
|
||||
<input type="text" name="_gotcha" style="display:none" />
|
||||
<button type="submit" class="btn btn-primary">Изпрати</button>
|
||||
</form>
|
||||
|
||||
<br />
|
||||
Бих се радвал на вашите коментари, въпроси и предложения — пратете ми съобщение в picturingjordan@mjanja.mozmail.com.
|
||||
|
Reference in New Issue
Block a user