Skip to content

Commit 6363bb8

Browse files
committed
install/run instructions revision
1 parent 436ee4a commit 6363bb8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

layouts/shortcodes/blocks/cover.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@
3737
{{ if not .Site.Params.ui.navbar_translucent_over_cover_disable }} js-td-cover
3838
{{- end }} td-overlay td-overlay--dark -bg-{{ $col_id }}">
3939
<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">
40+
<div class="container td-overlay__inner"
41+
style="background-image: url(./Resources/logoWindows.svg)">
42+
<!-- <img id="banner-hero-logo" class="hero-logo" alt="Interlisp Medley logotype" src="Resources/logoWindows.svg"> -->
4243
<!-- ><section class="carousel" aria-label="Gallery">
4344
<ol class="carousel__viewport">
4445
<li id="carousel__slide1"

0 commit comments

Comments
 (0)