diff options
author | FChannel <> | 2021-08-01 18:35:00 -0700 |
---|---|---|
committer | FChannel <> | 2021-08-01 18:35:00 -0700 |
commit | 4450e8da252137b68f067dbc9cfaa5745a8804c5 (patch) | |
tree | 0759a113986b9adddbe4b1cab6e98a50cf5e13ef /static/npost.html | |
parent | ca7a516f878bba8ab62ffda596ba603b26250917 (diff) |
fix inactive instance check and archive bug
Diffstat (limited to 'static/npost.html')
-rw-r--r-- | static/npost.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/npost.html b/static/npost.html index b0f89e6..2f0778f 100644 --- a/static/npost.html +++ b/static/npost.html @@ -50,6 +50,7 @@ {{ end }} {{ define "script" }} +<script src="/static/js/posts.js"></script> <script src="/static/js/footerscript.js"></script> <script src="/static/js/timer.js"></script> {{ end }} |