Add "reply" form to index page
authorChristian Weiske <cweiske@cweiske.de>
Tue, 15 Aug 2017 16:19:07 +0000 (18:19 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 15 Aug 2017 16:19:07 +0000 (18:19 +0200)
data/templates/index.htm

index c3d894687a3180b0d21c52a1f97b913a218aa579..2443e26ccaf5310211141d0f5ba7d7e593e06a22 100644 (file)
   </p>
 
 
   </p>
 
 
+  <h2>Write a comment</h2>
+  <p>
+   Write a reply to a blog post:
+  </p>
+  <form method="get" action="https://quill.p3k.io/">
+   <input type="hidden" name="dontask" value="1"/>
+   <input type="hidden" name="me" value="{{baseurl}}"/>
+   <label>
+    URL:
+    <input type="url" name="reply" size="30"
+           placeholder="http://example.org/blogpost.htm"/>
+   </label>
+   <button type="submit">Write a comment</button>
+  </form>
+
+
   <h2>IndieAuth endpoint</h2>
   <p>
    This is an anonymous authentication and authorization
   <h2>IndieAuth endpoint</h2>
   <p>
    This is an anonymous authentication and authorization