diff options
author | uvok cheetah | 2025-01-01 11:13:57 +0100 |
---|---|---|
committer | uvok cheetah | 2025-01-01 11:13:57 +0100 |
commit | 485169d9578d85a5f755062f9ec4fb4bad3f5b7d (patch) | |
tree | 1181eedf0b74ab706a45930f29ddd135edfc40db /_includes/testc.html | |
parent | 397524b400bae757d59dd63f47813264002e7627 (diff) |
Fix comment template / test
Diffstat (limited to '_includes/testc.html')
-rw-r--r-- | _includes/testc.html | 65 |
1 files changed, 35 insertions, 30 deletions
diff --git a/_includes/testc.html b/_includes/testc.html index 8add231..a99c038 100644 --- a/_includes/testc.html +++ b/_includes/testc.html @@ -1,32 +1,37 @@ - <link rel="stylesheet" href="/assets/isso.css"> - <h4>Comments</h4> - <div id="isso-root"> +<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 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> </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> - +</div> |