- Jun 05, 2019
-
-
Ben Goldhaber authored
If you exclude the last page in the site.html_pages through exclude_true you end up violating the assumption in the for loop that the last page won't have a trailing comma. This breaks the json data that is served to the front end. I removed the forloop.last check and instead assign a temporary variable to check for the first non-excluded page, and then add the comma before the next non-excluded entry.
-
- May 19, 2019
-
-
Silvio Giebl authored
-
Silvio Giebl authored
-
- Jan 16, 2019
-
-
EricFromCanada authored
Because `page.title` (and `page.url`) is already escaped and page titles served by lunrjs do not need escaping, ampersands need to be unescaped to display properly in search results.
-
EricFromCanada authored
-
EricFromCanada authored
and mention `search_exclude`
-
- Jan 06, 2019
-
-
Patrick Marsceill authored
-
- Dec 16, 2018
-
-
Patrick Marsceill authored
-
Patrick Marsceill authored
-
- Oct 23, 2018
-
-
Patrick Marsceill authored
-