+[2017-04-27T13:01:35Z]jekyllrbTitle: minima/minima.scss at master · jekyll/minima · GitHub (at github.com) +[2017-04-27T13:12:38Z]mcnesiumokay, but this is no regular sass behavior, right? +[2017-04-27T13:19:30Z]wardofc it is http://sass-lang.com/documentation/file.SASS_REFERENCE.html#variable_defaults_ +[2017-04-27T13:19:31Z]jekyllrbTitle: File: SASS_REFERENCE — Sass Documentation (at sass-lang.com) +[2017-04-27T13:23:55Z]mcnesiumI see, the !default flag is the key. thank you for pointing me there :)
ofc it is http://sass-lang.com/documentation/file.SASS_REFERENCE.html#variable_defaults_
+[2017-04-29T19:26:42Z]balliotelhey, 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]balliotelFrom generating n extra / at the end of the <img> tag? +[2017-04-29T19:26:48Z]balliotelit's driving me crazay