feat: array_to_sentence_string and number_of_words filters from Jekyll, #443

This commit is contained in:
Yang Jun
2024-05-13 00:24:35 +08:00
parent 4561ba3d53
commit 2fd2b819ec
9 changed files with 304 additions and 10 deletions
+2
View File
@@ -26,6 +26,7 @@ tutorials:
contribution_guidelines: contribution-guidelines.html
filters:
array_to_sentence_string: array_to_sentence_string.html
overview: overview.html
abs: abs.html
append: append.html
@@ -63,6 +64,7 @@ filters:
modulo: modulo.html
newline_to_br: newline_to_br.html
normalize_whitespace: normalize_whitespace.html
number_of_words: number_of_words.html
plus: plus.html
pop: pop.html
push: push.html