We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I use ablog start and say I want to have fontawesome then abog generates this line in conf.py: fontawesome_link_cdn = True
ablog start
conf.py
fontawesome_link_cdn = True
This leads to this line in the generated html code: <link href="True" rel="stylesheet">
<link href="True" rel="stylesheet">
This is a bug...
Thanks Philip
The text was updated successfully, but these errors were encountered:
Some quick notes on this:
true
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When I use
ablog start
and say I want to have fontawesome then abog generates this line inconf.py
:fontawesome_link_cdn = True
This leads to this line in the generated html code:
<link href="True" rel="stylesheet">
This is a bug...
Thanks
Philip
The text was updated successfully, but these errors were encountered: