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

Incorrect code for custom JS assets #7

Closed
J-Miao opened this issue May 14, 2016 · 1 comment
Closed

Incorrect code for custom JS assets #7

J-Miao opened this issue May 14, 2016 · 1 comment

Comments

@J-Miao
Copy link

J-Miao commented May 14, 2016

Line 7 in layouts/partials/footer.html:

<link rel="stylesheet" href="{{ $.Site.BaseURL }}js/{{ . }}">

should be:

<script src="{{ $.Site.BaseURL }}js/{{ . }}"></script>
@gcushen
Copy link
Collaborator

gcushen commented May 14, 2016

Thanks for spotting this @J-Miao . Looks like the wrong version of that file got committed. I have fixed it in cd08a0a .

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

2 participants