+[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
+[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-11T08:18:37Z]_mirko_?* +[2016-09-12T17:24:55Z]spinningarrowHow 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]jekyllrbI do not know about 'dates', but I do know about these similar topics: 'docs'