I must be doing something wrong here; I’m using
<link href="{{.Site.BaseURL}}css/style.css" rel="stylesheet">
in a template called baseof.html in the /layouts/_default folder/, and while that outputs
<link href="//localhost:1313/css/style.css" rel="stylesheet">
in page source, that link 404’s and style.css doesn’t load. style.css
is at layouts/css/style.css
I’m using baseURL = ""
in config.toml. Running hugo server -D
on OS X,
Any ideas?