+[10 years ago]rawtextjaybe: ttyl +[10 years ago]jaybeo/ +[10 years ago]hoverbearJekyll is giving me multiple image captions /o\ +[10 years ago]gynteranyone with issues +[10 years ago]trrfxhi. 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_linuhi all +[10 years ago]kristian_on_linuI have this line: {% include /briefs/{{ member.brief }} %} +[10 years ago]kristian_on_linuit should instead be using the markdown plugin: {% markdown /briefs/{{ member.brief }} %} +[10 years ago]kristian_on_linuhowever, I need to add ".md" for it, then +[10 years ago]kristian_on_linuI tried using this: {{ 'sales' | append: '.jpg' }}