diff options
author | uvok cheetah | 2020-10-18 20:39:26 +0200 |
---|---|---|
committer | uvok cheetah | 2020-10-18 20:39:26 +0200 |
commit | 55e781aa70a10ff444a6c932b01f4758c4bb8e28 (patch) | |
tree | 502cc83c6a27e9689c004637f21e133473297842 /_includes | |
parent | 7850904c01ebfde70f2999a3c2585cebe15afcc4 (diff) |
Add notice for blocked comments
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/commentNotice.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_includes/commentNotice.html b/_includes/commentNotice.html index 95d8722..e36557c 100644 --- a/_includes/commentNotice.html +++ b/_includes/commentNotice.html @@ -5,6 +5,12 @@ data-isso-vote=false src="//c.uvok.de/js/embed.min.js"></script> <section id="isso-thread"> + <p>If you can read this, loading the comment form failed. + (Check browser plugins like Privacy Badger, uBlock Origin, NoScript...)</p> + + <p>Wenn Ihr das lesen könnt, ist das Laden des Kommentarformulars fehlgeschlagen. + (Prüft Browser-AddOns wie Privacy Badger, uBlock Origin, NoScript...)</p> + {% if jekyll.environment == "development" %} {% include testc.html %} {% endif %} |