Fix non-background image paths in static layouts
This commit is contained in:
parent
30c40d961b
commit
a4ac0a4945
14 changed files with 30 additions and 30 deletions
|
@ -99,7 +99,7 @@
|
|||
<section class="hero hero-initiative is-marine">
|
||||
<div class="container">
|
||||
<div class="hero-image">
|
||||
<img src="/assets/img/fpo-worm-2.jpg" alt="">
|
||||
<img src="../assets/img/fpo-worm-2.jpg" alt="">
|
||||
</div>
|
||||
<div class="hero-body">
|
||||
<h1 class="title">Platform Cooperative</h1>
|
||||
|
@ -131,7 +131,7 @@
|
|||
</blockquote>
|
||||
</div>
|
||||
<div class="column">
|
||||
<img src="/assets/img/fpo-micky-presentation.png" alt="">
|
||||
<img src="../assets/img/fpo-micky-presentation.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue