first commit
This commit is contained in:
13
layouts/partials/comments.html
Normal file
13
layouts/partials/comments.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{{- if and (not .Params.nocomments) (.Site.Params.comentarioURL) }}
|
||||
<div class="comments-section">
|
||||
<div class="comments-section__header">
|
||||
<span class="widget-icon">💬</span> DISCUSSION
|
||||
</div>
|
||||
<div id="comentario"></div>
|
||||
<script defer
|
||||
src="{{ .Site.Params.comentarioURL }}/comentario.js"
|
||||
data-page-id="{{ .Permalink }}">
|
||||
</script>
|
||||
<comentario-comments></comentario-comments>
|
||||
</div>
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user