diff --git a/layouts/index.html b/layouts/index.html
index 301855c..a3e5676 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -13,7 +13,13 @@
- Maubot Plugins
+
{{ range index $.Site.Data.plugins.official }}
{{ partial "plugin.html" . }}
diff --git a/static/index.css b/static/index.css
index 1b75bde..2afd435 100644
--- a/static/index.css
+++ b/static/index.css
@@ -16,7 +16,7 @@ main {
grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}
-body > h1 {
+body > header {
text-align: center;
}