Skip to content

Commit 34a6d53

Browse files
committed
update meta tags
1 parent 07f8ad1 commit 34a6d53

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

public/index.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,18 @@
88
<link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>apple-touch-icon.png">
99
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700|Source+Sans+Pro:400,700" rel="stylesheet">
1010
<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.">
1312
<meta name="twitter:card" content="summary">
1413
<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.">
1615
<meta name="twitter:image" content="<%= BASE_URL %>logo.png">
1716
<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.">
1918
<meta property="og:type" content="product">
2019
<meta property="og:image" content="<%= BASE_URL %>logo.png">
2120
<meta property="og:url" content="https://luckperms.net/">
2221
<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="#101022">
2423
<script async defer data-domain="luckperms.net" src="https://plausible.luckperms.net/js/plausible.js"></script>
2524
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
2625
</head>

src/views/Sponsor.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<section class="hero">
44
<div class="container">
55
<div>
6-
<img alt="LuckPerms logo" src="@/assets/logo.svg">
6+
<img src="@/assets/logo.svg" alt="LuckPerms">
77
<font-awesome-layers>
88
<font-awesome icon="heart" />
99
<font-awesome icon="heart" />
1010
</font-awesome-layers>
11-
<img src="@/assets/bisect.svg" alt="Bisect Hosting">
11+
<img src="@/assets/bisect.svg" alt="BisectHosting">
1212
</div>
1313
<h1>LuckPerms has partnered with BisectHosting!</h1>
1414
<p>Offering our users great deals on server hosting, and supporting the development of

0 commit comments

Comments
 (0)