set enctype for webmention form

This commit is contained in:
Marvin Steadfast 2020-03-13 17:57:04 +01:00
parent 939fc3abbc
commit d823e9b528

View File

@ -1,6 +1,6 @@
<hr>
<section id="mentions">
<form action="https://webmention.io/xsteadfastx.org/webmention" method="post">
<form action="https://webmention.io/xsteadfastx.org/webmention" method="post" enctype="application/x-www-form-urlencoded">
<fieldset>
<label>Have you written a <a href="https://indieweb.org/responses">response</a> to this? Let me know the URL:</label>
<input type="hidden" name="target" value="{{ .Permalink }}">