Skip to content

Page only displaying text #3214

Answered by audreycs
audreycs asked this question in Q&A
Oct 25, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Problem solved!

So as @justinmayer suggested, I checked Chrome's web Inspector and came across the following error:

mixed content: the page at 'https://my.custom.domain/' was loaded over https, but requested an insecure stylesheet 'http://my.custom.domain/theme/css/style.min.css'. this request has been blocked; the content must be served over https.

This error suggest that the style.min.css was loaded through http while the website was accessed via https. Chrome blocked it since http is viewed as insecure. Initially, I followed the solutions in this post by changing all http://... links in my pelican config and content files into https://.... But this error somehow persisted even though…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@audreycs
Comment options

Comment options

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

This discussion was converted from issue #3213 on October 25, 2023 21:09.