We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436ee4a commit 6363bb8Copy full SHA for 6363bb8
layouts/shortcodes/blocks/cover.html
@@ -37,8 +37,9 @@
37
{{ if not .Site.Params.ui.navbar_translucent_over_cover_disable }} js-td-cover
38
{{- end }} td-overlay td-overlay--dark -bg-{{ $col_id }}">
39
<div class="col-12">
40
- <div class="container td-overlay__inner">
41
- <img id="banner-hero-logo" class="hero-logo" alt="Interlisp Medley logotype" src="Resources/logoWindows.svg">
+ <div class="container td-overlay__inner"
+ style="background-image: url(./Resources/logoWindows.svg)">
42
+ <!-- <img id="banner-hero-logo" class="hero-logo" alt="Interlisp Medley logotype" src="Resources/logoWindows.svg"> -->
43
<!-- ><section class="carousel" aria-label="Gallery">
44
<ol class="carousel__viewport">
45
<li id="carousel__slide1"
0 commit comments