add explanation for comments
This commit is contained in:
parent
beee9f7946
commit
476818c6de
|
@ -17,8 +17,11 @@
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{{ .Content | replaceRE "(<h[1-6] id=\"(.+)\".*>)(.*)(</h[1-6]>)" `${1}${3} <a class="anchor-tag" ariaLabel="Anchor" href="#${2}">¶</a>${4}` | safeHTML }}
|
{{ .Content | replaceRE "(<h[1-6] id=\"(.+)\".*>)(.*)(</h[1-6]>)" `${1}${3} <a class="anchor-tag" ariaLabel="Anchor" href="#${2}">¶</a>${4}` | safeHTML }}
|
||||||
</div>
|
</div>
|
||||||
|
<hr/>
|
||||||
|
<div class="content"><p>I'm experimenting with comments for a couple of months. This is a self-hosted <a href="https://commento.io/">Commento</a> server, so none of the information you enter here goes through any third parties, just my own systems.</p></div>
|
||||||
<script defer src="https://commento.secluded.site/js/commento.js"></script>
|
<script defer src="https://commento.secluded.site/js/commento.js"></script>
|
||||||
<div id="commento"></div>
|
<div id="commento"></div>
|
||||||
|
<hr/>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue