fixes from parkr's review. removed yellow style line. moved tutorials link from primary nav to Help page. removed .giignore change.
This commit is contained in:
parent
a6adfa8358
commit
0ecbf40d0e
|
@ -5,9 +5,6 @@
|
||||||
<li class="{% if page.url contains '/docs/' %}current{% endif %}">
|
<li class="{% if page.url contains '/docs/' %}current{% endif %}">
|
||||||
<a href="/docs/home/">Docs</a>
|
<a href="/docs/home/">Docs</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="{% if page.url contains '/tutorials/' %}current{% endif %}">
|
|
||||||
<a href="/tutorials/home/">Tutorials</a>
|
|
||||||
</li>
|
|
||||||
<li class="{% if page.author %}current{% endif %}">
|
<li class="{% if page.author %}current{% endif %}">
|
||||||
<a href="/news/">News</a>
|
<a href="/news/">News</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -1033,6 +1033,5 @@ code.output {
|
||||||
}
|
}
|
||||||
|
|
||||||
.result {
|
.result {
|
||||||
border: 1px solid yellow;
|
padding: 12px;
|
||||||
padding: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,6 +14,10 @@ Known breaking changes are listed in the upgrading docs.
|
||||||
|
|
||||||
Our guide to Jekyll covering installation, writing, customization, deployment, and more.
|
Our guide to Jekyll covering installation, writing, customization, deployment, and more.
|
||||||
|
|
||||||
|
### [Tutorials](/tutorials/home)
|
||||||
|
|
||||||
|
Similar to documentation, but more detailed scenario-based walk-throughs covering a variety of topics.
|
||||||
|
|
||||||
### [View source](https://github.com/jekyll/jekyll/wiki/sites)
|
### [View source](https://github.com/jekyll/jekyll/wiki/sites)
|
||||||
|
|
||||||
Learn from the source of others' Jekyll-powered sites.
|
Learn from the source of others' Jekyll-powered sites.
|
||||||
|
|
Loading…
Reference in New Issue