Fixed some things on the site.

This commit is contained in:
Parker Moore 2013-05-10 23:28:42 +02:00
parent fdceb50595
commit d675ef6662
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<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>

View File

@ -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.

View File

@ -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 &rarr;</a> <a href="/docs/migrations" class="">Migrate your blog &rarr;</a>
</div> </div>
<div class="clear"></div> <div class="clear"></div>
</div> </div>