(page.path | split: '/')[0] gives the original string with slashes removed
+[2015-01-31T11:19:15Z]FernandoBassoShould `jekyll serve` honor baseurl if I use url('{{ site.baseurl }}/path/to/css') in my scss files? +[2015-01-31T11:19:15Z]jekyllrbFernandoBasso: Sent 20 hours and 36 minutes ago: <jaybe> (#1) http://jekyllrb.com/docs/configuration/#serve-command-options, or (#2) https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/ +[2015-01-31T11:31:15Z]FernandoBassoIt is not. The generated css just has literal {{ site.baseurl }}. +[2015-01-31T11:31:45Z]FernandoBassoThe main.scss has a front matter, and if I use {{ site.baseurl }} there it works. But it doesn't work from the included .scss files. +[2015-01-31T11:34:57Z]pontikiFernandoBasso: do the included .scss files have frontmatter?