ybbond

My site. The main domain
Log | Files | Refs | README | LICENSE | CC-LICENSE

webmentions-form.html (1045B)


      1 <hr class="wm-hr">
      2 <h3 class="wm-title" id="post-webmention-section">
      3   Webmentions <a
      4     href="https://indieweb.org/Webmention"
      5     rel="noopenner noreferrer"
      6     target="_blank"
      7     class="no-outline"
      8   >?</a>:
      9 </h3>
     10 
     11 <div class="wm-form">
     12   <form action="https://webmention.io/ybbond.id/webmention" method="post">
     13     <input aria-label="Webmention Source" name="source" placeholder="Paste the URL to your response of this post!" type="url" required="" class="wm-form__textfield">
     14     <input name="target" value="{{ .Permalink }}" type="hidden">
     15     <input value="Send Webmention" type="submit" class="wm-form__button">
     16   </form>
     17 
     18 <!--
     19   <div>
     20     <form method="get" action="https://quill.p3k.io/" target="_blank">
     21       <input type="hidden" name="dontask" value="1">
     22       <input type="hidden" name="me" value="https://commentpara.de/">
     23       <input type="hidden" name="reply" value="https://hacdias.com/micro/2021/02/re-is-it-time-to-build-my-cms-errors/">
     24       <input type="submit" value="Write a comment">
     25     </form>
     26   </div>
     27 -->
     28 </div>