We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello.
Thanks for your beautiful theme.
I tried to use it yesterday on a repository but I met a problem on the /public/js/script.js url On line 29 of https://github.com/poole/lanyon/blob/master/_layouts/default.html#L29
You should use this :
<script src="{{ '/public/js/script.js' | absolute_url }}"></script>
instead of
<script src='{{ site.baseurl }}/public/js/script.js'></script>
The text was updated successfully, but these errors were encountered:
evitar poole/lanyon#250
092620d
No branches or pull requests
Hello.
Thanks for your beautiful theme.
I tried to use it yesterday on a repository but I met a problem on the /public/js/script.js url
On line 29 of https://github.com/poole/lanyon/blob/master/_layouts/default.html#L29
You should use this :
instead of
The text was updated successfully, but these errors were encountered: