From a4a613a135bd666b48e8dac78af9969afb2051aa Mon Sep 17 00:00:00 2001
From: Johnny Irvin
Date: Wed, 14 Sep 2022 18:39:53 -0400
Subject: [PATCH 1/2] Readd image for "hello world" article.
# Fixes #49
---
website/blog/2020/hello_world.md | 2 +-
website/static/img/hello_world.svg | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
create mode 100644 website/static/img/hello_world.svg
diff --git a/website/blog/2020/hello_world.md b/website/blog/2020/hello_world.md
index 08fc11e..0466f3f 100644
--- a/website/blog/2020/hello_world.md
+++ b/website/blog/2020/hello_world.md
@@ -24,7 +24,7 @@ Save your work, and close the text editor. Open up a terminal application like P
The following image will illustrate by using Vim, the text editor I mentioned before, to create a new file, save it, and then run our program using Python:
-
+
## Conclusion
diff --git a/website/static/img/hello_world.svg b/website/static/img/hello_world.svg
new file mode 100644
index 0000000..ca0eef1
--- /dev/null
+++ b/website/static/img/hello_world.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
From 5299259cef79d9ad251b03d9dcb97e352f150205 Mon Sep 17 00:00:00 2001
From: Johnny Irvin
Date: Wed, 14 Sep 2022 18:48:34 -0400
Subject: [PATCH 2/2] Update snapshots
---
tests/snapshots/hello-world.snapshot.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/snapshots/hello-world.snapshot.html b/tests/snapshots/hello-world.snapshot.html
index 8bf03f5..a209b1a 100644
--- a/tests/snapshots/hello-world.snapshot.html
+++ b/tests/snapshots/hello-world.snapshot.html
@@ -113,7 +113,7 @@
The following image will illustrate by using Vim, the text editor I mentioned before, to create a new file, save it, and then run our program using Python: