+[8 years ago]allejoeither jaybe is acknowledging or got attacked +[8 years ago]jaybe##ATZ##NOCARRIER^^ +[8 years ago]allejohehe +[8 years ago]wakataraIs there a way to include a parameter from a data file (ie. include.project.image) and combine that with the the jekyll-assets gem directives for a file in the _assets/img/whatever directory. +[8 years ago]wakataraIgnore. Puzzled it out.
+[8 years ago]batteurhi +[8 years ago]batteuri generate a table from a yaml list in _data and markdownify a part of it +[8 years ago]batteurbut i don't want it to generate <p> +[8 years ago]batteurcan i prevent this? +[8 years ago]batteurregarding my question from a few hours ago: i found a solution. it's not the very best imaginable, but works in this case: {{ session.o | markdownify | replace:'<p>','' | replace:'</p>','' }}