Add link to repo in header
This commit is contained in:
@@ -13,7 +13,13 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="/index.css">
|
<link rel="stylesheet" type="text/css" href="/index.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<header>
|
||||||
<h1>Maubot Plugins</h1>
|
<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>
|
<main>
|
||||||
{{ range index $.Site.Data.plugins.official }}
|
{{ range index $.Site.Data.plugins.official }}
|
||||||
{{ partial "plugin.html" . }}
|
{{ partial "plugin.html" . }}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ main {
|
|||||||
grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
|
||||||
}
|
}
|
||||||
|
|
||||||
body > h1 {
|
body > header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user