Skip to content

CSS doesn't seem to be loaded properly #353

Answered by mmistakes
djkeh asked this question in Q&A
Discussion options

You must be logged in to vote

You're overriding the theme's default _includes/head.html file and it's missing some changes that load an addition stylesheet.

Add this line to your local _includes/head.html file.

<link rel="stylesheet" href="{{ site.skin | default: '/assets/css/skins/default.css' | relative_url }}">

It's not mentioned in the docs yet, but you can lock a remote_theme version. You could roll back to 3.1.3 if need be. Remote theme's have the strange behavior of always pulling from master, so even though I may have not released an update those changes will be forced on you.

You'd install the theme like this:

remote_theme: "mmistakes/so-simple-theme@3.1.3"

ref: https://github.com/benbalter/jekyll-remote-them…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mmistakes
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #353 on December 09, 2020 03:58.