summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authoruvok cheetah2020-06-01 18:59:19 +0200
committeruvok cheetah2020-06-01 18:59:19 +0200
commitd3c35bca532369a2e7f13286d68c19a57805339c (patch)
tree4088e2baab4699967bf10f889fff3c8ac277748c /_includes
parentdd9799ca7d2344872966d106f03ef5bd43909015 (diff)
Test comment formatting
Diffstat (limited to '_includes')
-rw-r--r--_includes/commentNotice.html6
-rw-r--r--_includes/testc.html32
2 files changed, 37 insertions, 1 deletions
diff --git a/_includes/commentNotice.html b/_includes/commentNotice.html
index fc81ef7..95d8722 100644
--- a/_includes/commentNotice.html
+++ b/_includes/commentNotice.html
@@ -4,7 +4,11 @@
data-isso-require-author=true
data-isso-vote=false
src="//c.uvok.de/js/embed.min.js"></script>
- <section id="isso-thread"></section>
+ <section id="isso-thread">
+ {% if jekyll.environment == "development" %}
+ {% include testc.html %}
+ {% endif %}
+ </section>
<p>
Kommentare k&ouml;nnt ihr mir alternativ über ein
diff --git a/_includes/testc.html b/_includes/testc.html
new file mode 100644
index 0000000..8add231
--- /dev/null
+++ b/_includes/testc.html
@@ -0,0 +1,32 @@
+ <link rel="stylesheet" href="/assets/isso.css">
+ <h4>Comments</h4>
+ <div id="isso-root">
+ <div id="isso-2" class="isso-comment">
+ <div class="avatar">
+ <svg version="1.1" viewBox="0 0 48 48" preserveAspectRatio="xMinYMin meet" shape-rendering="crispEdges" data-hash="0eecc7e525f5">
+ <rect x="0" y="0" width="56" height="56" style="fill: #f0f0f0"></rect>
+ <rect x="4" y="12" width="8" height="8" style="fill: #f19670"></rect>
+ <rect x="36" y="12" width="8" height="8" style="fill: #f19670"></rect>
+ <rect x="4" y="36" width="8" height="8" style="fill: #f19670"></rect>
+ <rect x="36" y="36" width="8" height="8" style="fill: #f19670"></rect>
+ <rect x="12" y="20" width="8" height="8" style="fill: #f19670"></rect>
+ <rect x="28" y="20" width="8" height="8" style="fill: #f19670"></rect>
+ <rect x="12" y="36" width="8" height="8" style="fill: #f19670"></rect>
+ <rect x="28" y="36" width="8" height="8" style="fill: #f19670"></rect>
+ <rect x="20" y="4" width="8" height="8" style="fill: #f19670"></rect>
+ <rect x="20" y="12" width="8" height="8" style="fill: #f19670"></rect>
+ <rect x="20" y="20" width="8" height="8" style="fill: #f19670"></rect>
+ <rect x="20" y="28" width="8" height="8" style="fill: #f19670"></rect>
+ </svg>
+ </div>
+ <div class="text-wrapper">
+ <div role="meta" class="isso-comment-header">
+ <span class="author">name</span>
+ <span class="spacer"> - </span>
+ <a href="#isso-2" class="permalink"><time title="Wed Jan 01 2020 00:00:00 UTC+0000" datetime="2020-01-01T00:00:00Z">0</time></a>
+ <span class="note"></span>
+ </div>
+ <div class="text"><p>Text</p></div>
+ <div class="isso-comment-footer"></div>
+ </div>
+