소스 검색

ADD: sort_tags plugin

This plugin adds `tags_sorted_article_length` to the context,
which is a list of tupels (Tag, [Articles]) that is sorted 
by number of Articles first and Tag second.
winlu 10 년 전
부모
커밋
3f6a40263c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .gitmodules

+ 3 - 0
.gitmodules

@@ -43,3 +43,6 @@
 [submodule "pelican-langcategory"]
 	path = pelican-langcategory
 	url = https://github.com/CNBorn/pelican-langcategory.git
+[submodule "sort_tags"]
+	path = sort_tags
+	url = https://github.com/ingwinlu/sort_tags.git