|
8 | 8 | <link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>apple-touch-icon.png"> |
9 | 9 | <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700|Source+Sans+Pro:400,700" rel="stylesheet"> |
10 | 10 | <title>LuckPerms</title> |
11 | | - <meta name="description" content="LuckPerms is a permissions plugin for Minecraft servers."> |
12 | | - <meta name="author" content="Luck"> |
| 11 | + <meta name="description" content="LuckPerms is a permissions plugin for Minecraft servers. It allows server admins to control what features players can use by creating groups and assigning permissions."> |
13 | 12 | <meta name="twitter:card" content="summary"> |
14 | 13 | <meta name="twitter:title" content="LuckPerms"> |
15 | | - <meta name="twitter:description" content="LuckPerms is a permissions plugin for Minecraft servers."> |
| 14 | + <meta name="twitter:description" content="LuckPerms is a permissions plugin for Minecraft servers. It allows server admins to control what features players can use by creating groups and assigning permissions."> |
16 | 15 | <meta name="twitter:image" content="<%= BASE_URL %>logo.png"> |
17 | 16 | <meta property="og:title" content="LuckPerms"> |
18 | | - <meta property="og:description" content="Website & online apps for the LuckPerms plugin."> |
| 17 | + <meta property="og:description" content="LuckPerms allows server admins to control what features players can use by creating groups and assigning permissions."> |
19 | 18 | <meta property="og:type" content="product"> |
20 | 19 | <meta property="og:image" content="<%= BASE_URL %>logo.png"> |
21 | 20 | <meta property="og:url" content="https://luckperms.net/"> |
22 | 21 | <meta property="og:site_name" content="LuckPerms - A permissions plugin for Minecraft servers."> |
23 | | - <meta name="theme-color" content="#141422"> |
| 22 | + <meta name="theme-color" content="#94df03"> |
24 | 23 | <script async defer data-domain="luckperms.net" src="https://plausible.luckperms.net/js/plausible.js"></script> |
25 | 24 | <script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script> |
26 | 25 | </head> |
|
0 commit comments