initial commit
This commit is contained in:
parent
2012aa8834
commit
9ddfa58ace
2289 changed files with 11217 additions and 0 deletions
8
themes/hugo-ficurinia/layouts/partials/commento.html
Normal file
8
themes/hugo-ficurinia/layouts/partials/commento.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{{ if and .Site.Params.commento (.Params.comments | default true) }}
|
||||
<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