Merge pull request #20 from Facinorous-420/Facinorous-420/issue18

pull/28/head
Facinorous 2 years ago committed by GitHub
commit 052359ca81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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