diff --git a/layouts/shortcodes/recent_posts.html b/layouts/shortcodes/recent_posts.html
index 8aa4bca..861c6d9 100644
--- a/layouts/shortcodes/recent_posts.html
+++ b/layouts/shortcodes/recent_posts.html
@@ -8,6 +8,9 @@
{{ .Title }} —
+ {{ if $page.Draft }}
+ draft
+ {{ end }}
{{ end }}
@@ -15,10 +18,10 @@
{{ if gt $paginator.TotalPages 1 }}
-{{ end }}
\ No newline at end of file
+{{ end }}
\ No newline at end of file