Template api url

This commit is contained in:
Alex Selimov 2026-03-20 00:01:45 -04:00
parent e896111497
commit d8834d83b7
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@
<span id="upvote-count"></span>
</button>
</div>
<script>window.UPVOTE_API = "{{ .Site.Params.upvoteApi }}";</script>
<script src="/upvote.js"></script>
{{ end }}
{{ if not .Params.hideReply }}