Can't use post_url to ask for the url's of the docs anymore.

This commit is contained in:
Parker Moore 2013-05-10 23:09:12 +02:00
parent fe921190c7
commit fdceb50595
1 changed files with 3 additions and 3 deletions

View File

@ -18,19 +18,19 @@ overview: true
<p>
No more databases, comment moderation, or pesky updates to install—just <em>your content</em>.
</p>
<a href="{% post_url 2012-07-01-usage %}" class="">How Jekyll works &rarr;</a>
<a href="/docs/usage" class="">How Jekyll works &rarr;</a>
</div>
<div class="unit one-third">
<h2>Static</h2>
<p><a href="http://daringfireball.net/projects/markdown/">Markdown</a> (or <a href="http://textile.sitemonks.com/">Textile</a>), <a href="http://wiki.shopify.com/Liquid">Liquid</a>, HTML <span class="amp">&amp;</span> CSS go in. Static sites come out ready for deployment.</p>
<a href="{% post_url 2012-07-01-templates %}" class="">Jekyll template guide &rarr;</a>
<a href="/docs/templates" class="">Jekyll template guide &rarr;</a>
</div>
<div class="unit one-third">
<h2>Blog-aware</h2>
<p>
Permalinks, categories, pages, posts, and custom layouts are all first-class citizens here.
</p>
<a href="{% post_url 2012-07-01-migrations %}" class="">Migrate your blog &rarr;</a>
<a href="/docs/migrations %}" class="">Migrate your blog &rarr;</a>
</div>
<div class="clear"></div>
</div>