added initial support for cactus comments, put commento comments in its own partial
This commit is contained in:
parent
a260f04d1d
commit
d7cc1a9192
4 changed files with 31 additions and 8 deletions
8
layouts/partials/commento.html
Normal file
8
layouts/partials/commento.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{{ if .Site.Params.commento }}
|
||||
<script
|
||||
defer
|
||||
src="{{ .Site.Params.commento }}"
|
||||
data-no-fonts="true"
|
||||
></script>
|
||||
<div id="commento"></div>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue