From 5fdb8d8f43e15b9581e8320153eb2e8c24cedac8 Mon Sep 17 00:00:00 2001 From: sijanec Date: Tue, 1 Dec 2020 23:50:20 +0100 Subject: =?UTF-8?q?dodal=20mo=C5=BEnost=20komentiranja?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/commentreplyform.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _includes/commentreplyform.html (limited to '_includes/commentreplyform.html') diff --git a/_includes/commentreplyform.html b/_includes/commentreplyform.html new file mode 100644 index 0000000..99ffaf3 --- /dev/null +++ b/_includes/commentreplyform.html @@ -0,0 +1,18 @@ +{% comment %} + argv: thisid,uid + return: html form + langstrings used: comment.taplaceholder, basic.nepodpiraiframe +{% endcomment %} +{% capture return %} +
+ + + + {% comment %} + assign thisid = "comment|" | append: comment.author | append: "|" | append: comment.date + {% endcomment %} + + + +
+{% endcapture %} -- cgit v1.2.3