Fixed some things on the site.
This commit is contained in:
parent
fdceb50595
commit
d675ef6662
|
@ -3,9 +3,9 @@
|
||||||
<a href="{{ site.url }}/">Overview</a>
|
<a href="{{ site.url }}/">Overview</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="{% unless page.overview %}current{% endunless %}">
|
<li class="{% unless page.overview %}current{% endunless %}">
|
||||||
<a href="{{ site.url }}/docs">Doc<span class="show-on-mobiles">s</span><span class="hide-on-mobiles">umentation</span></a>
|
<a href="{{ site.url }}/docs/home">Doc<span class="show-on-mobiles">s</span><span class="hide-on-mobiles">umentation</span></a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="https://github.com/mojombo/jekyll"><span class="hide-on-mobiles">View on </span>GitHub</a>
|
<a href="https://github.com/mojombo/jekyll"><span class="hide-on-mobiles">View on </span>GitHub</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -5,7 +5,7 @@ prev_section: resources
|
||||||
permalink: /docs/upgrading/
|
permalink: /docs/upgrading/
|
||||||
---
|
---
|
||||||
|
|
||||||
Upgrading from an older version of Jekyll? A few things have changed in 1.0.0
|
Upgrading from an older version of Jekyll? A few things have changed in 1.0
|
||||||
that you'll want to know about.
|
that you'll want to know about.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ overview: true
|
||||||
<p>
|
<p>
|
||||||
Permalinks, categories, pages, posts, and custom layouts are all first-class citizens here.
|
Permalinks, categories, pages, posts, and custom layouts are all first-class citizens here.
|
||||||
</p>
|
</p>
|
||||||
<a href="/docs/migrations %}" class="">Migrate your blog →</a>
|
<a href="/docs/migrations" class="">Migrate your blog →</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue