Fix localdate.js not included on Tags page

pull/254/head
Matt Baer 5 years ago
parent 50901d2446
commit 5de2f633e1
  1. 2
      templates/collection-tags.tmpl

@ -75,9 +75,9 @@
{{range .ExternalScripts}}<script type="text/javascript" src="{{.}}" async></script>{{end}}
{{if .Collection.Script}}<script type="text/javascript">{{.ScriptDisplay}}</script>{{end}}
{{end}}
<script src="/js/localdate.js"></script>
{{if .IsOwner}}
<script src="/js/h.js"></script>
<script src="/js/localdate.js"></script>
<script src="/js/postactions.js"></script>
{{end}}
<script type="text/javascript">

Loading…
Cancel
Save