diff --git a/themes/mir/layouts/_default/single.html b/themes/mir/layouts/_default/single.html
index fa17130..94a9d31 100644
--- a/themes/mir/layouts/_default/single.html
+++ b/themes/mir/layouts/_default/single.html
@@ -7,7 +7,6 @@
diff --git a/themes/mir/layouts/partials/metadata.html b/themes/mir/layouts/partials/metadata.html
deleted file mode 100644
index 0b2d30d..0000000
--- a/themes/mir/layouts/partials/metadata.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{{ if .Date }}
-{{ $dateTime := .PublishDate.Format "2006-01-02" }} {{ $dateFormat :=
-.Site.Params.dateFormat | default "Jan 2, 2006" }}
-
-{{ end }}
-{{ with .Params.tags }}
-
-{{ range . }} {{ $href := print (absURL "tags/") (urlize .) }}
-
{{ . }}
-{{ end }} {{ end }}
\ No newline at end of file