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

stylesheet - bad reference #22

Closed
cverluise opened this issue Jan 24, 2020 · 2 comments
Closed

stylesheet - bad reference #22

cverluise opened this issue Jan 24, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@cverluise
Copy link

cverluise commented Jan 24, 2020

Hello,

it seems that the baseUrl is prefixed to css and js stylesheet files in index.html.

For github depoyment at least, this causes css and js not to load properly. I removed the baseUrl by hand and now, this is alright. Would be nice to fix that in the theme.

	<link rel="stylesheet" type="text/css" media="screen" href="<baseUrl>css/normalize.css" />
	<link rel="stylesheet" type="text/css" media="screen" href="<baseUrl>css/main.css"/>

	<script src="<baseUrl>js/feather.min.js"></script><script src="<baseUrl>js/main.js"></script>

Thanks in advance!

@hadisinaee hadisinaee added the bug Something isn't working label Jan 25, 2020
@chixiangw
Copy link

I have exactly the same problem.

@hadisinaee
Copy link
Owner

@JeremyWng

Thanks for reporting this issue. I am planning to refactor this project ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants