Skip to content

Using Skel in a template #195

@Ranislav

Description

@Ranislav

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions