make image routes relative b/c gh-pages
This commit is contained in:
parent
9678c3eaa8
commit
382812428d
3 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
description: "This is me saying hello to the world"
|
||||
image: "/images/robert-pearce-UwHN0jU_YqQ-unsplash-800w.jpg"
|
||||
image: "./images/robert-pearce-UwHN0jU_YqQ-unsplash-800w.jpg"
|
||||
lang: "en"
|
||||
stylesheet: "default"
|
||||
title: "Hello, world!"
|
||||
|
@ -10,7 +10,7 @@ title: "Hello, world!"
|
|||
<h1 class="ffs fs fs40">Hello, world!</h1>
|
||||
<img
|
||||
alt="A woman sitting on a bench amongst trees at the end of a boardwalk leading to a pond with mountains in the background"
|
||||
src="/images/robert-pearce-UwHN0jU_YqQ-unsplash-800w.jpg"
|
||||
src="./images/robert-pearce-UwHN0jU_YqQ-unsplash-800w.jpg"
|
||||
style="max-width:500px;"
|
||||
/>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue