+ [2017-04-27T13:01:35Z] jekyllrb Title: minima/minima.scss at master · jekyll/minima · GitHub (at github.com)
+ [2017-04-27T13:12:38Z] mcnesium okay, but this is no regular sass behavior, right?
+ [2017-04-27T13:19:30Z] ward ofc it is http://sass-lang.com/documentation/file.SASS_REFERENCE.html#variable_defaults_
+ [2017-04-27T13:19:31Z] jekyllrb Title: File: SASS_REFERENCE — Sass Documentation (at sass-lang.com)
+ [2017-04-27T13:23:55Z] mcnesium I see, the !default flag is the key. thank you for pointing me there :)

message no. 167893

Posted by ward in #jekyll at 2017-04-27T13:19:30Z

ofc it is http://sass-lang.com/documentation/file.SASS_REFERENCE.html#variable_defaults_
+ [2017-04-29T19:26:42Z] balliotel hey, is there any way I can stop: {% for img in row %}
+ [2017-04-29T19:26:43Z] balliotel <a href="{{site.baseurl}}{{img.url}}">
+ [2017-04-29T19:26:45Z] balliotel <img src="{{ site.baseurl }}images{{ img.url }}" alt="{{ img.alt }}"> </a>
+ [2017-04-29T19:26:46Z] balliotel From generating n extra / at the end of the <img> tag?
+ [2017-04-29T19:26:48Z] balliotel it's driving me crazay