mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 11:24:13 +00:00
include localdate in all collections +reader
This commit is contained in:
parent
caca8f0ae2
commit
513765c09f
3 changed files with 3 additions and 1 deletions
|
@ -112,6 +112,7 @@ body#collection header nav.tabs a:first-child {
|
|||
{{if .Script}}<script type="text/javascript">{{.ScriptDisplay}}</script>{{end}}
|
||||
{{end}}
|
||||
<script src="/js/h.js"></script>
|
||||
<script src="/js/localdate.js"></script>
|
||||
<script src="/js/postactions.js"></script>
|
||||
<script type="text/javascript">
|
||||
var deleting = false;
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
{{end}}
|
||||
{{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">
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
</nav>{{end}}
|
||||
|
||||
</div>
|
||||
|
||||
<script src="/js/localdate.js">
|
||||
<script type="text/javascript">
|
||||
(function() {
|
||||
var $articles = document.querySelectorAll('article');
|
||||
|
|
Loading…
Reference in a new issue