dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo-theme-ananke
mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: move layouts to their hugo-v0.146+ locations
Patrick Kollitsch
8 days ago
d5bd482f89aa857a81502257cc17884310a960f0
[external-software/github_gohugo-theme-ananke.git]
/
layouts
/
_partials
/
commento.html
1
2
3
{{ $url := site.Params.commentoPath | compare.Default "https://cdn.commento.io/js/commento.js" }}
<div id="commento"></div>
<script defer src="{{- $url -}}"></script>