site

personal website, served at mordaunt.dev/site
Log | Files | Refs

commento.html (251B)


      1 {{- if and (isset .Site.Params "commentourl") (not (eq .Site.Params.commentoURL "" )) (eq (.Params.disableComments | default false) false) -}}
      2 <div id="commento"></div>
      3 <script src="{{ .Site.Params.commentoURL }}/js/commento.js"></script>
      4 {{- end -}}