Skip to content

Commit

Permalink
update meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lucko committed Dec 23, 2020
1 parent 07f8ad1 commit 34a6d53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,18 @@
<link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>apple-touch-icon.png">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700|Source+Sans+Pro:400,700" rel="stylesheet">
<title>LuckPerms</title>
<meta name="description" content="LuckPerms is a permissions plugin for Minecraft servers.">
<meta name="author" content="Luck">
<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.">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="LuckPerms">
<meta name="twitter:description" content="LuckPerms is a permissions plugin for Minecraft servers.">
<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.">
<meta name="twitter:image" content="<%= BASE_URL %>logo.png">
<meta property="og:title" content="LuckPerms">
<meta property="og:description" content="Website & online apps for the LuckPerms plugin.">
<meta property="og:description" content="LuckPerms allows server admins to control what features players can use by creating groups and assigning permissions.">
<meta property="og:type" content="product">
<meta property="og:image" content="<%= BASE_URL %>logo.png">
<meta property="og:url" content="https://luckperms.net/">
<meta property="og:site_name" content="LuckPerms - A permissions plugin for Minecraft servers.">
<meta name="theme-color" content="#141422">
<meta name="theme-color" content="#101022">
<script async defer data-domain="luckperms.net" src="https://plausible.luckperms.net/js/plausible.js"></script>
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions src/views/Sponsor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<section class="hero">
<div class="container">
<div>
<img alt="LuckPerms logo" src="@/assets/logo.svg">
<img src="@/assets/logo.svg" alt="LuckPerms">
<font-awesome-layers>
<font-awesome icon="heart" />
<font-awesome icon="heart" />
</font-awesome-layers>
<img src="@/assets/bisect.svg" alt="Bisect Hosting">
<img src="@/assets/bisect.svg" alt="BisectHosting">
</div>
<h1>LuckPerms has partnered with BisectHosting!</h1>
<p>Offering our users great deals on server hosting, and supporting the development of
Expand Down

0 comments on commit 34a6d53

Please sign in to comment.