Update no-image classes

Closes https://github.com/TryGhost/Casper/pull/513
This commit is contained in:
John O'Nolan
2019-01-15 15:06:19 +07:00
parent b2322157d5
commit f57f9ebc99
5 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ It's a good idea to keep this template as minimal as possible in terms of both f
<body class="error-template">
<div class="site-wrapper">
<header class="site-header outer {{#if feature_image}}" style="background-image: url({{feature_image}}){{else}}no-cover{{/if}}">
<header class="site-header outer {{#if feature_image}}" style="background-image: url({{feature_image}}){{else}}no-image{{/if}}">
<div class="inner">
<nav class="site-nav-center">
{{#if @site.logo}}