message no. 109996
Posted by kanuz in #jekyll at 2015-08-29T22:30:48Z
Hey people, I'm trying to create a custom excerpt, I'm using the <!--more--> comment inside my .markdown post file and I'm defining the custom excerpt inside the Front Matter of that file like excerpt_separator: <!--more--> but it doesn't work, it takes the default separator. I also included that same definition line inside the _config.yml and it still doesn't do the trick... Any help?