mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
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:
@@ -5,9 +5,6 @@
|
||||
<li class="{% if page.url contains '/docs/' %}current{% endif %}">
|
||||
<a href="/docs/home/">Docs</a>
|
||||
</li>
|
||||
<li class="{% if page.url contains '/tutorials/' %}current{% endif %}">
|
||||
<a href="/tutorials/home/">Tutorials</a>
|
||||
</li>
|
||||
<li class="{% if page.author %}current{% endif %}">
|
||||
<a href="/news/">News</a>
|
||||
</li>
|
||||
|
||||
@@ -1033,6 +1033,5 @@ code.output {
|
||||
}
|
||||
|
||||
.result {
|
||||
border: 1px solid yellow;
|
||||
padding: 10px;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
@@ -14,6 +14,10 @@ Known breaking changes are listed in the upgrading docs.
|
||||
|
||||
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)
|
||||
|
||||
Learn from the source of others' Jekyll-powered sites.
|
||||
|
||||
Reference in New Issue
Block a user