added css for commento
This commit is contained in:
parent
c9316f4e91
commit
9b02fe074c
2 changed files with 48 additions and 1 deletions
|
|
@ -14,7 +14,11 @@
|
|||
{{ end }}
|
||||
</article>
|
||||
{{ if .Site.Params.commento }}
|
||||
<script defer src="{{ .Site.Params.commento }}"></script>
|
||||
<script
|
||||
defer
|
||||
src="{{ .Site.Params.commento }}"
|
||||
data-no-fonts="true"
|
||||
></script>
|
||||
<div id="commento"></div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue