Commit Graph

6 Commits

Author SHA1 Message Date
7b3ddfefdf Simplify search: true conditionals
Replace `unless` tags with `where_exp` to test if `search: false`.
2017-11-28 09:30:33 -05:00
599712ed58 Add option to search in specific collections () 2017-11-28 08:40:12 -05:00
0841d49653 Fix lunar-en.js layout ()
Without layout set to null a HTML template will be rendered around the
JavaScript, causing an error while loading the file in the browser.
2017-11-20 15:03:51 -05:00
fa3647172d 🔧 mistake in excerpt () 2017-11-20 15:00:07 -05:00
19f6d32745 Replace hardcoded text with strings stored in _data file 2017-11-15 15:50:29 -05:00
cc3b21bc86 Add Lunr Search ()
* Add `search.html` layout and JavaScript
* Move `{{ content }}` before search input
* Add spaces for consistency

Close 
2017-11-15 14:43:31 -05:00