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:
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 -->