0

Add link to repo in header

This commit is contained in:
Tulir Asokan
2023-06-26 20:22:02 +03:00
parent 3e94fd8c95
commit eec50dc107
2 changed files with 8 additions and 2 deletions

View File

@@ -13,7 +13,13 @@
<link rel="stylesheet" type="text/css" href="/index.css">
</head>
<body>
<h1>Maubot Plugins</h1>
<header>
<h1>Maubot Plugins</h1>
<p>
To add your own plugins, send a pull request to
<a href="https://github.com/maubot/plugins.maubot.xyz">github.com/maubot/plugins.maubot.xyz</a>
</p>
</header>
<main>
{{ range index $.Site.Data.plugins.official }}
{{ partial "plugin.html" . }}

View File

@@ -16,7 +16,7 @@ main {
grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}
body > h1 {
body > header {
text-align: center;
}