deployed
This commit is contained in:
parent
fe67ee5bd8
commit
e34a149657
|
@ -1,4 +1,7 @@
|
||||||
<div class="cover{{#if @site.cover_image}} image-loading{{/if}}{{#match @custom.publication_cover_style "Half screen"}} half{{/match}} gh-outer">
|
<div
|
||||||
|
class="cover{{#if @site.cover_image}} image-loading{{/if}}{{#match @custom.publication_cover_style "Half screen"}} half{{/match}} gh-outer"
|
||||||
|
style="overflow: visible"
|
||||||
|
>
|
||||||
{{#if @site.cover_image}}
|
{{#if @site.cover_image}}
|
||||||
<img class="cover-image u-object-fit" src="{{@site.cover_image}}" alt="{{@site.title}}">
|
<img class="cover-image u-object-fit" src="{{@site.cover_image}}" alt="{{@site.title}}">
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in New Issue