diff --git a/_drafts/2023-05-22-holding-off-rewrite.md b/_drafts/2023-05-22-holding-off-rewrite.md
new file mode 100644
index 0000000..f7de926
--- /dev/null
+++ b/_drafts/2023-05-22-holding-off-rewrite.md
@@ -0,0 +1,8 @@
+---
+title: "Holding Off this Blog's Rewrite to Focus on Content"
+permalink: /holding-off-rewrite/
+description: "Have you heard the joke about the web developer who also has a blog? I'm that web developer."
+category: projects
+---
+
+The thing about being a web developer and maintaining a personal blog is that you often feel the need to improve the site--even more often than actually writing content. This has become common joke in the tech world.
diff --git a/_includes/post-item.html b/_includes/post-item.html
index cdc58ce..9a51805 100644
--- a/_includes/post-item.html
+++ b/_includes/post-item.html
@@ -29,15 +29,6 @@
title="{{ post.description | escape }}"
src="../assets/images/{{ post.image }}.jpg"
/>
- {% else %}
-
-
{% endif %} {{ post.excerpt }}