From 6cd42b0d7c9801c0ba57e4357253c3a2e5c11af8 Mon Sep 17 00:00:00 2001 From: Amir Chaudhry Date: Sat, 17 Aug 2013 23:13:21 +0100 Subject: [PATCH] switch to ordered tags where possible --- _includes/amc/ordered_tags_list | 2 +- _includes/themes/twitter-mod/post.html | 2 +- tags/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/amc/ordered_tags_list b/_includes/amc/ordered_tags_list index d9155aa..b2ff578 100644 --- a/_includes/amc/ordered_tags_list +++ b/_includes/amc/ordered_tags_list @@ -14,7 +14,7 @@ {% endcapture %} {% for item in (1..num_words) %}{% capture a_tag %}{{ get_items | split:' ' | sort | join:' ' | truncatewords:item | remove:'...' | split:' ' | last | replace: '_', ' ' }}{% endcapture %} -
  • {{ a_tag }}
  • +
  • {{ a_tag }}
  • {% endfor %} {% endif %} diff --git a/_includes/themes/twitter-mod/post.html b/_includes/themes/twitter-mod/post.html index 90ef239..1bc819d 100644 --- a/_includes/themes/twitter-mod/post.html +++ b/_includes/themes/twitter-mod/post.html @@ -46,7 +46,7 @@

    Filed under:
    {% assign tags_list = page.tags %} - {% include amc/tags_list %} + {% include amc/ordered_tags_list %} {% endunless %} diff --git a/tags/index.md b/tags/index.md index d6ab211..fe8ba1a 100644 --- a/tags/index.md +++ b/tags/index.md @@ -7,7 +7,7 @@ header: Posts By Tag