diff --git a/_includes/image.html b/_includes/image.html
deleted file mode 100644
index f5684d1..0000000
--- a/_includes/image.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% assign alternative = include.alt | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape %}
-{% assign identifier = include.id | strip_newlines | strip_html | strip | normalize_whitespace | slugify %}
-{% assign source = include.src | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape %}
-
-
-
-
-
-
-
-