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
The footer contains the following code:
<div id="credits"> <span>Adapted from <a href="http://wordpress.org/themes/monospace">Monospace</a> || Created with <a href="">Pelican</a></span> </div>
I guess the href of the Pelican link (<a href="">Pelican</a>) was supposed to be "http://blog.getpelican.com/" instead of "".
href
<a href="">Pelican</a>
"http://blog.getpelican.com/"
""
I would open a PR, but I couldn't find where this is defined.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The footer contains the following code:
I guess the
href
of the Pelican link (<a href="">Pelican</a>
) was supposed to be"http://blog.getpelican.com/"
instead of""
.I would open a PR, but I couldn't find where this is defined.
The text was updated successfully, but these errors were encountered: