make image routes relative b/c gh-pages

This commit is contained in:
Robert Pearce 2020-09-22 22:04:42 -04:00
parent 9678c3eaa8
commit 382812428d
No known key found for this signature in database
GPG key ID: 07A0E482E5616C9B
3 changed files with 6 additions and 6 deletions

View file

@ -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>