# Only the main Sass file needs front matter (the dashes are enough)
@import “minima”;
.site-header {
background: #eee; background-image: url("{{ site.cover_image | default: "assets/default-cover.jpg" | relative_url }}"); background-repeat: no-repeat; background-position: center; background-size: cover; height: 250px;
}