mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-04-01 21:13:11 +00:00
added initial slash to image paths and disabled image compression to test on ios
This commit is contained in:
@@ -6,10 +6,10 @@ layout: layouts/peripheral.njk
|
||||
<section id="hero">
|
||||
<div id="hero-image">
|
||||
<img
|
||||
src="assets/images/privacy-hero.png"
|
||||
src="/assets/images/privacy-hero.png"
|
||||
alt="about page hero image: a robot emerging from the embasssy and wearing a mask"
|
||||
title="about page hero image: a robot emerging from the embasssy and wearing a mask"/>
|
||||
<img class="img-shadow" src="assets/images/privacy-hero.png" alt=""/>
|
||||
<img class="img-shadow" src="/assets/images/privacy-hero.png" alt=""/>
|
||||
</div>
|
||||
<div id="logo">
|
||||
<h1>
|
||||
|
||||
Reference in New Issue
Block a user