diff --git a/docs/_includes/section.html b/docs/_includes/section.html index 6bb24adbb496..b6def157e954 100644 --- a/docs/_includes/section.html +++ b/docs/_includes/section.html @@ -15,7 +15,7 @@

- {% assign sortedArticles = section.articles %} + {% assign sortedArticles = section.articles | sort: 'order', 'last' | default: 999 %} {% for article in sortedArticles %} {% assign article_href = section.href | append: '/' | append: article.href %} {% include article-card.html hub=hub.href href=article_href title=article.title platform=activePlatform %}