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