diff --git a/_layouts/map.html b/_layouts/map.html
new file mode 100644
index 0000000..361bf9f
--- /dev/null
+++ b/_layouts/map.html
@@ -0,0 +1,7 @@
+---
+layout: default
+---
+
+
{{ page.title }}
+
+ {{ content }}
diff --git a/_layouts/showcase.html b/_layouts/showcase.html
deleted file mode 100644
index 83ac139..0000000
--- a/_layouts/showcase.html
+++ /dev/null
@@ -1,48 +0,0 @@
----
-layout: default
-styles: ['/js/highlight/styles/github.css']
-toctitle: Showcases
-toc:
- Showcases:
- - ['/showcase/animated-symbols', 'Animated Symbols']
- - ['/showcase/italia', 'La Bella Italia']
- - ['/showcase/choropleth', 'Choropleth Maps']
- - ['/showcase/symbols', 'Symbol Maps']
- - ['/showcase/clustering', 'Clustering Map Symbols']
- - ['/showcase/charts', 'Chart Maps']
- - ['/showcase/dotgrid', 'Dot-grid Maps']
- - ['/showcase/3d', '3D-Projections']
- - ['/showcase/projections', 'Map Projections']
- - ['/showcase/eastcoast', 'High-res vector mapping']
----
-
-
-
-
- {{ content }}
-
-
-
-
-
diff --git a/index.html b/index.html
index 38bd9fa..79a75c2 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,6 @@
---
-layout: showcase
-title: Twentyone World
+layout: map
+title: Twentyone.World
jsplugins:
qtip: '/js/jquery.qtip.min.js'
---