diff --git a/website/data/index.toml b/website/data/index.toml
new file mode 100644
index 000000000..8cc5f6514
--- /dev/null
+++ b/website/data/index.toml
@@ -0,0 +1,2 @@
+h1 = "Echo"
+h2 = "High performance, extensible, minimalist web framework for Go"
diff --git a/website/layouts/index.html b/website/layouts/index.html
index 8123ee1b8..8c313730a 100644
--- a/website/layouts/index.html
+++ b/website/layouts/index.html
@@ -1,16 +1,30 @@
{{ partial "head.html" . }}
{{ partial "navbar.html" . }}
- {{ partial "sidenav.html" . }}
{{ partial "search.html" . }}
-
+
{{ partial "ad.html" }}
- {{ partial "notice.html" }}
- {{ range where .Data.Pages "Title" "Index" }}
- {{ .Content }}
- {{ end }}
+
+
{{ .Site.Data.index.h1 }}
+
{{ .Site.Data.index.h2 }}
+
+
+
+
+
+
+
+
+ {{ range .Site.Data.index.features }}
+
+
+ {{ end }}
+
diff --git a/website/layouts/partials/footer.html b/website/layouts/partials/footer.html
index e19018c14..86c3f1682 100644
--- a/website/layouts/partials/footer.html
+++ b/website/layouts/partials/footer.html
@@ -31,7 +31,6 @@
}
});
-
-
+
diff --git a/website/layouts/partials/head.html b/website/layouts/partials/head.html
index 2b5501b86..4a30ec58a 100644
--- a/website/layouts/partials/head.html
+++ b/website/layouts/partials/head.html
@@ -24,7 +24,7 @@
-
+