diff --git a/site/_docs/variables.md b/site/_docs/variables.md index 628a9904..11ff633b 100644 --- a/site/_docs/variables.md +++ b/site/_docs/variables.md @@ -103,10 +103,10 @@ following is a reference of the available data.
If the page being processed is a Post, this contains a list of up to ten
- related Posts. By default, these are low quality but fast to compute.
+ related Posts. By default, these are the ten most recent posts.
For high quality but slow to compute results, run the
jekyll
command with the --lsi
(latent semantic
- indexing) option.
+ indexing) option. Also note Github pages does not support the lsi
option when generating sites.