diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index 65489a83..c52a86ae 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -2,7 +2,7 @@ blurb: There's a new daddy in town. A discipline daddy. If I make this comeback, I'll buy you a hundred George Michaels that you can teach to drive! These are my awards, Mother. From Army. The seal is for marksmanship, and the gorilla is for sand racing. We'll have to find something to do so that people can look at you without wanting to kill [themselves](https://bluthipsum.com). description: Go ahead, touch the Cornballer greeting: You know [best](https://www.youtube.com/watch?v=1WDW8XKEGgU) -stretch: stretch.jpg +stretch: stretch.webp title: No Borders, No Limits --- diff --git a/exampleSite/static/stretch.jpg b/exampleSite/static/stretch.jpg deleted file mode 100644 index 10b259e6..00000000 Binary files a/exampleSite/static/stretch.jpg and /dev/null differ diff --git a/exampleSite/static/stretch.webp b/exampleSite/static/stretch.webp new file mode 100644 index 00000000..5b7a4f14 Binary files /dev/null and b/exampleSite/static/stretch.webp differ