Closed codepreneur closed 10 years ago
The 43rd line of layout/layout.ejs
is
description = description.substring(0, 200).replace(/^\s+|\s+$/g, '');
Please check your _config.yml
of hexo, and make sure the the value of description
is not null.
That solved the issue, thank you.
When I install the theme and run
hexo server
I get this (but only when I actually visithttp://localhost:4000/
):Let me know if you can help.