Icons on login page stats not working

Fixes #18
pull/20/head
Facinorous-420 2 years ago
parent 82ea56182c
commit 0e583b171e

@ -3,6 +3,9 @@
<script src="/js/components.js"></script>
<script src="/js/theme/theme-switcher.js"></script>
<% } %>
<% if(path=='/login' ){ %>
<script src="/js/app.js"></script>
<% } %>
<% if(path=='/admin' ){ %>
<script src="/js/app.js"></script>
<script src="/js/theme/theme-switcher.js"></script>

@ -6,4 +6,5 @@
<%//We will enable this when we add the server logic to toggle registration if(path == '/register'){ %> <%-// include("../pages/public/register") %> <%// } %>
<!-- /Page Content -->
</div>
</section>
</section>
<%- include("./partials/footer") %>
Loading…
Cancel
Save