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 : ```html <script src="{{ '/public/js/script.js' | absolute_url }}"></script> ``` instead of ```html <script src='{{ site.baseurl }}/public/js/script.js'></script> ```