+ [2016-09-10T19:45:14Z] _mirko_ I have this image element in post layout, <img class="post-image" src="/images/{{ page.image }}"/>
+ [2016-09-10T19:45:31Z] _mirko_ why / in front of images doesn't show up in page later
+ [2016-09-10T19:45:35Z] _mirko_ it's removed
+ [2016-09-10T19:46:10Z] _mirko_ so after generating there is no / char at the beggining of href attr value
+ [2016-09-10T19:47:08Z] _mirko_ s/href/src

message no. 150090

Posted by Moondhum in #jekyll at 2016-09-10T04:27:46Z

Ok solved, didn't check google properly.
+ [2016-09-11T08:18:31Z] _mirko_ is there a list of category names, I don't want site.categories.category, site.categories is not what I want also. Just names.
+ [2016-09-12T17:24:55Z] spinningarrow How can I compare a post's date with a specific date? Something like {% if post.date > Date.parse('2016-05-05') %} but that doesn't build :(
+ [2016-09-12T17:31:13Z] jaybe [[ dates ]]
+ [2016-09-12T17:31:13Z] jekyllrb I do not know about 'dates', but I do know about these similar topics: 'docs'