Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Skel in a template #195

Open
Ranislav opened this issue Jan 7, 2018 · 0 comments
Open

Using Skel in a template #195

Ranislav opened this issue Jan 7, 2018 · 0 comments

Comments

@Ranislav
Copy link

Ranislav commented Jan 7, 2018

I test a template from http://templated.co containing Skel. I use it on a part of my site and it works fine.
MY section looks like that:

<title> </title> <script src="js/jquery.min.js"></script> <script src="js/jquery.dropotron.min.js"></script> <script src="js/skel.min.js"></script> <script src="js/skel-layers.min.js"></script> <script src="js/init.js"></script> When I move maps “JS” and “CSS” one step up in the map structure parts of my section changes accordingly to: <script src="../js/jquery.min.js"></script> <script src="../js/jquery.dropotron.min.js"></script> <script src="../js/skel.min.js"></script> <script src="../js/skel-layers.min.js"></script> <script src="../js/init.js"></script> The scripts stop working. What is wrong? Tnx Ranislav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant