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
SITE_URL = 'http://getnikola.com/subsite/'
with URL_TYPE = 'full_path' (snippets of index.html):
URL_TYPE = 'full_path'
<link rel="canonical" href="http://getnikola.com/index.html"> <a class="navbar-brand" href="http://getnikola.com/">Demo Site</a> <li><a href="/archive.html">Archives</a> </li><li><a href="/categories/index.html">Tags</a> </li><li><a href="/rss.xml">RSS</a>
with URL_TYPE = 'absolute':
URL_TYPE = 'absolute'
<link rel="canonical" href="http://getnikola.com/index.html"> <a class="navbar-brand" href="http://getnikola.com/">Demo Site</a> <li><a href="http://getnikola.com/archive.html">Archives</a> </li><li><a href="http://getnikola.com/categories/index.html">Tags</a> </li><li><a href="http://getnikola.com/rss.xml">RSS</a>
No links are correct.
The text was updated successfully, but these errors were encountered:
Also, nikola check -l needs to take URL_TYPE into consideration.
nikola check -l
URL_TYPE
Sorry, something went wrong.
Fix the second part of #1046
b7f40b1
ralsina
Successfully merging a pull request may close this issue.
SITE_URL = 'http://getnikola.com/subsite/'
with
URL_TYPE = 'full_path'
(snippets of index.html):with
URL_TYPE = 'absolute'
:No links are correct.
The text was updated successfully, but these errors were encountered: