aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_includes
diff options
context:
space:
mode:
Diffstat (limited to '.themes/classic/source/_includes')
-rw-r--r--.themes/classic/source/_includes/article.html15
-rw-r--r--.themes/classic/source/_includes/navigation.html2
-rw-r--r--.themes/classic/source/_includes/post_categories.html2
3 files changed, 8 insertions, 11 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>
diff --git a/.themes/classic/source/_includes/navigation.html b/.themes/classic/source/_includes/navigation.html
index 6c8efaad..ec18512b 100644
--- a/.themes/classic/source/_includes/navigation.html
+++ b/.themes/classic/source/_includes/navigation.html
@@ -12,5 +12,5 @@
</form>
<ul role="main-nav">
<li><a href="/">Blog</a></li>
- <li><a href="/blog/archives.html">Archives</a></li>
+ <li><a href="/blog/archives/index.html">Archives</a></li>
</ul>
diff --git a/.themes/classic/source/_includes/post_categories.html b/.themes/classic/source/_includes/post_categories.html
index 7bf7528f..4a98b29d 100644
--- a/.themes/classic/source/_includes/post_categories.html
+++ b/.themes/classic/source/_includes/post_categories.html
@@ -1,6 +1,6 @@
{% capture category %}{% if post %}{{ post.categories | category_links | size }}{% else %}{{ page.categories | category_links | size }}{% endif %}{% endcapture %}
{% unless category == '0' %}
-<span class="categories"> in
+<span class="categories">
{% if post %}
{{ post.categories | category_links }}
{% else %}