diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-10 18:30:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-10 18:30:55 +0200 |
| commit | 7ad86f6dbb65941f9c7aa49a1938e1a0a5bb7d50 (patch) | |
| tree | 0fc41ed53461e62fa1f8d4dbf7ae7ad287eac544 /views/partials/footer.ejs | |
| parent | 76d54003f9db7eaa4a03e612e76626c73668ce9d (diff) | |
dont hardcode s3 path
Diffstat (limited to 'views/partials/footer.ejs')
| -rw-r--r-- | views/partials/footer.ejs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index d5d82d0..860f90b 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -1,6 +1,7 @@ </content> <% include ../partials/404 %> </body> +<script type="text/json" id="preload" payload="<%= preload %>"></script> <% if (env == 'production') { %> <script src="/assets/min/app.min.js"></script> <% } else { %> |
