mmistakes / minimal-mistakes

:triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.
https://mmistakes.github.io/minimal-mistakes/
MIT License
12.42k stars 25.58k forks source link

No search toggle #1597

Closed pgyogesh closed 6 years ago

pgyogesh commented 6 years ago

Environment informations


Expected behavior

I'm not getting search toggle even after adding search : true in _config.yml

Steps to reproduce the behavior

Site: pgyogesh.com/blog Repo: github.com/pgyogesh/blog

mmistakes commented 6 years ago

It's not working because you wrote invalid YAML. Remove the commas after true

search                   : true, #false (default)
search_full_content      : true, #false (default)
pgyogesh commented 6 years ago

Thanks @mmistakes ... It worked