From eec50dc107b45ef4f0f0043669cd8e407ba9c69f Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 26 Jun 2023 20:22:02 +0300 Subject: [PATCH] Add link to repo in header --- layouts/index.html | 8 +++++++- static/index.css | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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

+
+

Maubot Plugins

+

+ To add your own plugins, send a pull request to + github.com/maubot/plugins.maubot.xyz +

+
{{ 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; }