diff --git a/themes/v2/layouts/notes/list.html b/themes/v2/layouts/notes/list.html
index a534779..7014e50 100644
--- a/themes/v2/layouts/notes/list.html
+++ b/themes/v2/layouts/notes/list.html
@@ -8,7 +8,6 @@
{{ range (where .Site.RegularPages "Type" "in" "notes") }}
{{ .Title }}
- {{ .Date | time.Format "(2006-01-02)" }}
{{ end }}
diff --git a/themes/v2/layouts/notes/single.html b/themes/v2/layouts/notes/single.html
index 14e4309..38c009a 100644
--- a/themes/v2/layouts/notes/single.html
+++ b/themes/v2/layouts/notes/single.html
@@ -3,18 +3,6 @@
{{ .Title }}
-
- Posted {{ .Date | time.Format "2006-01-02" }}
-
- {{ if .Params.tags }}
- under
-
- {{ range .Params.tags }}
- #{{ . }}
- {{ end }}
- {{ end }}
-
-
{{ .Content }}
{{ with .Params.References }}