mirror of https://github.com/Facinorous-420/dick
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
376 B
14 lines
376 B
<% if(path=='/' ){ %>
|
|
<script src="/js/app.js"></script>
|
|
<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>
|
|
<% } %>
|
|
|