---
Not sure if html tag needs to be closed though.
If this is accepted, the sourcehut blog post might also need to be
updated
content/quickstart.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/quickstart.md b/content/quickstart.md
index e76bd92..b2fb109 100644
--- a/content/quickstart.md+++ b/content/quickstart.md
@@ -29,7 +29,7 @@ Here's a simple example. Let's say you write this file to `index.html`:
<meta charset="utf-8" />
<title>My sourcehut page</title>
<h1>My sourcehut page</h1>
-<p>Welcome to my cool sourcehut page!+<p>Welcome to my cool sourcehut page!</p>```
You can create a tarball for it like so:
--
2.25.1