mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-08 01:22:29 +00:00
Switch themes to minimo
This commit is contained in:
6
themes/minimo/layouts/partials/comments/isso.html
Normal file
6
themes/minimo/layouts/partials/comments/isso.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{{- $scriptSrc := .Page.Site.Params.comments.isso.scriptSrc -}}
|
||||
{{- $dataAttrs := .Page.Site.Params.comments.isso.dataAttrs -}}
|
||||
|
||||
<script src='{{ $scriptSrc }}' {{- with $dataAttrs }} {{ . | safeHTMLAttr }} {{- end -}}></script>
|
||||
|
||||
<section id='isso-thread'></section>
|
Reference in New Issue
Block a user