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
This is original tweak You will also need to tweak the "header" include /{{ site.baseurl }}:
<header class="site-header px2 px-responsive"> <div class="mt2 wrap"> <div class="measure"> <a href="{{ site.url }}/{{ site.baseurl }}">{{ site.title }}</a> <nav class="site-nav right"> {% include navigation.html %} </nav> </div> </div> </header>
I tried it and found that
<a href="{{ site.url }}{{ site.baseurl }}">{{ site.title }}</a>
is fine since {{ site.baseurl }} is already "/" ed .
And another file "navigation.html" is needed to modified accordingly.
Thanks a lot.
Great theme for Jykell.
I modified my repo, but I am not familiar to pull request.
Some one can point a link to show how to do it?
Really appreciated.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. After a long delay, it seems this should be fixed in #370.
Sorry, something went wrong.
No branches or pull requests
This is original tweak
You will also need to tweak the "header" include /{{ site.baseurl }}:
I tried it and found that
is fine since {{ site.baseurl }} is already "/" ed .
And another file "navigation.html" is needed to modified accordingly.
Thanks a lot.
Great theme for Jykell.
I modified my repo, but I am not familiar to pull request.
Some one can point a link to show how to do it?
Really appreciated.
The text was updated successfully, but these errors were encountered: