made some fixes in the docs and to the relative links with posts and news pages

This commit is contained in:
tomjohnson1492
2016-07-10 15:29:15 -07:00
parent 7a4516772a
commit 646a115376
28 changed files with 6818 additions and 6737 deletions

View File

@ -61,7 +61,7 @@ For example, the sidebar.html file contains the following code:
{% raw %}
```liquid
{% elsif page.url == subfolderitem.url %}
<li class="active"><a href="{{subfolderitem.url | prepend: site.baseurl}}">{{subfolderitem.title}}</a></li>
<li class="active"><a href="{{subfolderitem.url }}">{{subfolderitem.title}}</a></li>
```
{% endraw %}