append head doesn't work in Jade
问题 My layout.jade is following: doctype html html head title= title link(rel='stylesheet', href='/stylesheets/style.css') link(rel='stylesheet', href='/stylesheets/bootstrap.css') link(rel='stylesheet', href='/stylesheets/bootstrap-grid.css') link(rel='stylesheet', href='/stylesheets/bootstrap-reboot.css') script(src="/javascripts/core.js") script(src="/javascripts/jquery.js") script(src="/javascripts/jquery-slim.js") script(src="/javascripts/bootstrap.js") body block content My place.jade is