Move image near the bottom

This commit is contained in:
Maxime Vaillancourt 2020-11-22 13:57:13 -05:00
parent 82995de746
commit 17aac4a834

View File

@ -1,6 +1,5 @@
--- ---
title: Your first seed title: Your first seed
image: /assets/image.jpg
--- ---
### Welcome! ### Welcome!
@ -27,9 +26,7 @@ If you're on a device with mouse support, try hovering your mouse on internal li
### Images and other Markdown goodies ### Images and other Markdown goodies
Finally, because you have the full power of Markdown in this template, you can display images using regular Markdown syntax, like this: Finally, because you have the full power of Markdown in this template, you can use regular Markdown syntax for various formatting options.
![]({{page.image}})
Lists work as expected: Lists work as expected:
@ -48,10 +45,14 @@ So do code blocks, with full syntax highlighting:
console.log('hello!') console.log('hello!')
``` ```
And if you'd like to quote other people, consider using quote blocks: If you'd like to quote other people, consider using quote blocks:
> Lorem ipsum dolor sit amet > Lorem ipsum dolor sit amet
And of course, images look great:
<img src="/assets/image.jpg"/>
### Next steps ### Next steps
**If this template is useful to you in any way, consider [donating](https://ko-fi.com/maximevaillancourt) to support my work**. ☕ **If this template is useful to you in any way, consider [donating](https://ko-fi.com/maximevaillancourt) to support my work**. ☕