diff --git a/components/pages/blog/post/index.js b/components/pages/blog/post/index.js
index aa8cf47..45e8699 100644
--- a/components/pages/blog/post/index.js
+++ b/components/pages/blog/post/index.js
@@ -59,6 +59,26 @@ const BlogPost = ({ frontmatter, markdownBody, siteTitle, author }) => {
property="og:description"
content={frontmatter.description ?? frontmatter.subhead}
/>
+
+
+
+
+
+
{!!frontmatter.draft && (
)}