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

fixes #59, baseurl to resolve // issue #71

Merged
merged 4 commits into from
Aug 30, 2017

Conversation

lukemcgregor
Copy link
Contributor

@lukemcgregor
Copy link
Contributor Author

Had to open new pull as last one was completely broken

@joshgerdes
Copy link
Owner

@lukemcgregor Sorry for the delay, I finally got around to reviewing these PRs and merging them. Thank you for your contributions. When you get a chance can you update this PR so we can get it in. Looks like the fix will make life easier for a lot of people. Cheers!

@lukemcgregor
Copy link
Contributor Author

lukemcgregor commented Aug 30, 2017

@joshgerdes try now. Thanks for making this awesome skin 👍

If you are interested heres where I'm using it: http://blog.staticvoid.co.nz/2017/migrating-my-blog-to-jekyll-and-github-pages/

@joshgerdes joshgerdes merged commit 26c1b3c into joshgerdes:master Aug 30, 2017

<link rel="stylesheet" href="{{ "css/main.css" | prepend: site.baseurl }}?{{site.time | date: '%s%N'}}">
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css?{{site.time | date: '%s%N'}}">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lukemcgregor : this line looks for css/main.css which does not exist after this commit.

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

Successfully merging this pull request may close these issues.

None yet

3 participants