Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Tam <sere@live.hk>2019-07-26 15:55:21 +0300
committerVincent Tam <sere@live.hk>2019-07-26 15:55:21 +0300
commit500a780b0dfc733a307bf7cd0da8d9c026ddd86f (patch)
tree48753d8192f9d2abb51199ed8b49f4e43200176d /layouts/partials/staticman-comments.html
parent7249a3f70d8baa42036a65a9769f1253dc15365c (diff)
Added avatar and close button in reply notice
Diffstat (limited to 'layouts/partials/staticman-comments.html')
-rw-r--r--layouts/partials/staticman-comments.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/partials/staticman-comments.html b/layouts/partials/staticman-comments.html
index 47cc4ff..1a7d584 100644
--- a/layouts/partials/staticman-comments.html
+++ b/layouts/partials/staticman-comments.html
@@ -59,8 +59,9 @@
action="{{ .Site.Params.staticman.endpoint | default "https://staticman-frama.herokuapp.com" }}/v3/entry/{{ .Site.Params.staticman.gitProvider }}/{{ .Site.Params.staticman.repo }}/{{ .Site.Params.staticman.branch }}/comments">
<!-- Start comment form display reply target -->
- <p class="hidden reply-notice">
- <strong class="reply-notice-text"></strong>
+ <p class="reply-notice hidden">
+ <strong class="reply-arrow">↷</strong>
+ <strong class="reply-name"></strong>
</p>
<!-- End comment form display reply target -->