+[2015-08-12T02:26:00Z]rawtextjaybe: ttyl +[2015-08-12T02:26:19Z]jaybeo/ +[2015-08-12T03:27:26Z]hoverbearJekyll is giving me multiple image captions /o\ +[2015-08-12T07:04:20Z]gynteranyone with issues +[2015-08-12T10:02:25Z]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.
Havn't looked into any plugins yet for Jekyll.
+[2015-08-13T00:11:41Z]kristian_on_linuhi all +[2015-08-13T00:16:33Z]kristian_on_linuI have this line: {% include /briefs/{{ member.brief }} %} +[2015-08-13T00:17:09Z]kristian_on_linuit should instead be using the markdown plugin: {% markdown /briefs/{{ member.brief }} %} +[2015-08-13T00:17:35Z]kristian_on_linuhowever, I need to add ".md" for it, then +[2015-08-13T00:19:52Z]kristian_on_linuI tried using this: {{ 'sales' | append: '.jpg' }}