diff options
author | FChannel <> | 2022-04-29 10:36:43 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | 5b52d269faa2ce2014d0feba603a2122361cf4eb (patch) | |
tree | 0b66338d18add90ccd1d100ffe9bdb1eecc7319d /views/partials/post_scripts.html | |
parent | 3db517715bef6a53225c5c3c06e8fc5fd0bf71e3 (diff) |
general layout organization
Diffstat (limited to 'views/partials/post_scripts.html')
-rw-r--r-- | views/partials/post_scripts.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/partials/post_scripts.html b/views/partials/post_scripts.html new file mode 100644 index 0000000..f23255c --- /dev/null +++ b/views/partials/post_scripts.html @@ -0,0 +1,2 @@ +<script src="/static/js/posts.js"></script> +<script src="/static/js/footerscript.js"></script> |