Closed casouri closed 7 years ago
GCC? In any case, this is probably defined in your theme's base.html template file and is not related to Pelican itself.
In my base.html they are mentioned as
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/screen.css" type="text/css" />
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments.css" type="text/css" />
Now I am a total beginner, but seems to me, it is the problem of whoever generated the html. Do you have any ideas about which part of the process caused it?
I found it!
It is the SITEURL
in the publishconf.py. I set my page url with http
Glad you found the problem.
I do not know if it is gcc's problem or pelican's. On my html page the link to style sheet is
http
link instead ofhttps
. This causes the browser complain about insecure content and not showing css. I generate html withmake publish
.