updated source to latest octopress

This commit is contained in:
Brandon Mathis 2011-07-21 16:14:11 -04:00
parent c8ea62f5c9
commit aac0a7e379
2 changed files with 3 additions and 3 deletions

View File

@ -11,10 +11,10 @@
</header>
{% endunless %}
{% if index %}
<div class="entry-content">{{ content | exerpt | smart_quotes }}</div>
<div class="entry-content">{{ content | full_urls: site.root | exerpt | smart_quotes }}</div>
<footer>
<a rel="full-article" href="{{ site.root }}{{ post.url }}">Read on &rarr;</a>
</footer>
{% else %}
<div class="entry-content">{{ content | smart_quotes }}</div>
<div class="entry-content">{{ content | full_urls: site.root | smart_quotes }}</div>
{% endif %}

View File

@ -8,7 +8,7 @@ layout: default
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
{% if page.date %}<p class="meta">{% include post/date.html %}</p>{% endif %}
</header>
{{ content | smart_quotes }}
{{ content | full_urls: site.root | smart_quotes }}
{% unless page.footer == false %}
<footer>
{% if page.date %}<p class="meta">{% include post/date.html %}</p>{% endif %}