diff --git a/site/docs/templates.md b/site/docs/templates.md index f7b58d84..81201339 100644 --- a/site/docs/templates.md +++ b/site/docs/templates.md @@ -192,7 +192,11 @@ common tasks easier.
{% raw %}{{ page.tags | sort }}{% endraw %}
+
{% raw %}{{ site.posts | sort: 'author' }}{% endraw %}
+
{% raw %}{{ site.pages | sort: 'title', 'last' }}{% endraw %}