summaryrefslogtreecommitdiff
path: root/_includes/commentNotice.html
blob: d5c8da3b5edae3b7d65f8ff2c0efe2e4dfd315a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<section>
  <h2>Kommentare</h2>
  <script data-isso="//c.uvok.de/"
    data-isso-require-author=true
    data-isso-vote=false
    src="//c.uvok.de/js/embed.min.js"></script>
  <section id="isso-thread">
    {% if jekyll.environment == "development" %}
    {% include testc.html %}
    {% endif %}
  </section>

  <p>
  Kommentare k&ouml;nnt ihr mir alternativ über ein
  <a href="https://nc.uvokchee.de/index.php/apps/forms/UJaxaow31cUIiZ43">
    Nextcloud-Formular
  </a>
  hinterlassen.
  </p>
</section>