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
theme(fix): enable selfhosted commento.io URL
Patrick Kollitsch
29.29.2025
a1ed47cf971e3074eb16a8b1b0d365fd258ef97a
[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>