+ [10 years ago] hoverbear Jekyll is giving me multiple image captions /o\
+ [10 years ago] gynter anyone with issues
+ [10 years ago] trrfx hi. problem: jekyll just doesn't recognize new liquid tags in .rb-files in _plugins folder. i always get "liquid exception: unknown tag 'abc' ind _posts/yyyy-mm-dd-somepost.md". i googled the problem but all say, just drop rb-files in _plugins and you're good to go. thnx.

message no. 107428

Posted by jaybe in #jekyll at 2015-08-12T00:45:00Z

rawtext, i've done a 'multi-blog' type approach in the past. it was interesting. and it worked; mostly.
+ [10 years ago] kristian_on_linu I have this line: {% include /briefs/{{ member.brief }} %}
+ [10 years ago] kristian_on_linu it should instead be using the markdown plugin: {% markdown /briefs/{{ member.brief }} %}
+ [10 years ago] kristian_on_linu however, I need to add ".md" for it, then
+ [10 years ago] kristian_on_linu I tried using this: {{ 'sales' | append: '.jpg' }}