aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_includes/article.html
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-07-13 22:23:19 -0400
committerBrandon Mathis <brandon@imathis.com>2011-07-13 22:23:19 -0400
commit87f300b2bcf166474e5f7824fb3126a7992613ba (patch)
tree15ab7545844898a2095ba9cbff73d904d7a59c2c /.themes/classic/source/_includes/article.html
parentb0921c1e2707e561d71c4debd3b54466fa3f3b4a (diff)
downloadmy_new_personal_website-87f300b2bcf166474e5f7824fb3126a7992613ba.tar.xz
my_new_personal_website-87f300b2bcf166474e5f7824fb3126a7992613ba.zip
1. Styled pagination for blog index
2. Fixed Newer pagination link on page 2 3. Improved sidebar section breakdown on collapse 4. Removed sharing links from the blog index page (moved to pages) 5. Improved styling for metadata on the blog index 6. Moved /blog/archives.html to /blog/archives/index.html 7. Improved responsive layout styling bugs
Diffstat (limited to '.themes/classic/source/_includes/article.html')
-rw-r--r--.themes/classic/source/_includes/article.html15
1 files changed, 6 insertions, 9 deletions
diff --git a/.themes/classic/source/_includes/article.html b/.themes/classic/source/_includes/article.html
index b458d732..603c2f97 100644
--- a/.themes/classic/source/_includes/article.html
+++ b/.themes/classic/source/_includes/article.html
@@ -5,20 +5,17 @@
{% else %}
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
{% endif %}
- {% unless page.no_meta or !index %}<p class="meta">{% include post_date.html %}</p>{% endunless %}
+ {% unless page.no_meta %}
+ <p class="meta">{% include post_date.html %}</p>
+ {% endunless %}
</header>
+ {% if index %}
+ {% endif %}
{% endunless %}
{% if index %}
<div class="entry-content">{{ content | exerpt | smart_quotes }}</div>
- <p><a rel="full-article" href="{{ post.url }}">Read on &rarr;</a></p>
<footer>
- <p class="meta">
- {% include post_author.html %}
- {% include post_date.html %}
- {% include post_categories.html %}
- <span class="comments"><a rel="comments" href="{{ post.url }}#disqus_thread">Comments</a></span>
- {% include sharing.html %}
- </p>
+ <a rel="full-article" href="{{ post.url }}">Read on &rarr;</a>
</footer>
{% else %}
<div class="entry-content">{{ content | smart_quotes }}</div>