udpated to latest classic theme

This commit is contained in:
Brandon Mathis 2012-05-22 16:33:55 -05:00
parent c3ba61f5c8
commit c8e3382345
3 changed files with 5 additions and 4 deletions

View File

@ -3,6 +3,6 @@ layout: page
title: Page Not Found title: Page Not Found
--- ---
Oops, I couldnt find that page! Sorry about that. Oops, I couldn't find that page! Sorry about that.
Maybe try the search box (top right), or look through the [archives](/archives)? Maybe try the search box (top right), or look through the [archives](/archives)?

View File

@ -12,7 +12,7 @@
<div class="entry-content">{{ content }}</div> <div class="entry-content">{{ content }}</div>
{% if index %} {% if index %}
<footer> <footer>
{% if site.disqus_short_name and page.comments != false and site.disqus_show_comment_count == true %} {% if site.disqus_short_name and page.comments != false and post.comments != false and site.disqus_show_comment_count == true %}
<p><a class="comments-link" href="{% if index %}{{ permalink }}{% endif %}#disqus_thread">View comments &raquo;</a></p> <p><a class="comments-link" href="{% if index %}{{ permalink }}{% endif %}#disqus_thread">View comments &raquo;</a></p>
{% endif %} {% endif %}
{% if excerpted != 'false' %} {% if excerpted != 'false' %}

View File

@ -6,9 +6,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title> <title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
<meta name="author" content="{{ site.author }}"> <meta name="author" content="{{ site.author }}">
<meta name="Generator" content="Jekyll & Octopress (http://octopress.org)">
{% capture description %}{% if page.description %}{{ page.description }}{% elsif site.description %}{{ site.description }}{% else %}{{ content | raw_content }}{% endif %}{% endcapture %} {% capture description %}{% if page.description %}{{ page.description }}{% elsif site.description %}{{ site.description }}{% endif %}{% endcapture %}{% if description.length %}
<meta name="description" content="{{ description | strip_html | condense_spaces | truncate:150 }}"> <meta name="description" content="{{ description }}">{% endif %}
{% if page.keywords %}<meta name="keywords" content="{{ page.keywords }}">{% endif %} {% if page.keywords %}<meta name="keywords" content="{{ page.keywords }}">{% endif %}
<!-- http://t.co/dKP3o1e --> <!-- http://t.co/dKP3o1e -->