Added support and documentation for deploying to subdirectories (like

with gh-pages)
This commit is contained in:
Brandon Mathis
2011-07-16 09:29:09 -04:00
parent 4855ef5d2f
commit f81bdbc1a8
11 changed files with 42 additions and 16 deletions

View File

@ -1,5 +1,5 @@
{% capture category %}{{ post.categories | size }}{% endcapture %}
<h1><a href="{{ post.url }}">{{post.title}}</a></h1>
<h1><a href="{{ site.root }}{{ post.url }}">{{post.title}}</a></h1>
<time datetime="{{ post.date | datetime }}" pubdate>{{ post.date | date: "<span class='month'>%b</span> <span class='day'>%d</span> <span class='year'>%Y</span>"}}</time>
{% if category != '0' %}
<footer>