Move meta description next to title

This commit is contained in:
James Lyne 2020-12-22 20:40:18 +00:00
parent 2072ba943c
commit bcb46bfa6b

View File

@ -7,9 +7,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no"> <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
<meta name="keywords" content="minecraft, map, dynamic" />
<meta name="description" content="Minecraft Dynamic Map" />
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
@ -18,6 +15,9 @@
<link rel="icon" href="<%= BASE_URL %>live-atlas/favicons/favicon.svg"> <link rel="icon" href="<%= BASE_URL %>live-atlas/favicons/favicon.svg">
<link rel=”mask-icon” href="<%= BASE_URL %>live-atlas/favicons/mask.svg" color="#cccccc"> <link rel=”mask-icon” href="<%= BASE_URL %>live-atlas/favicons/mask.svg" color="#cccccc">
<link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>live-atlas/favicons/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>live-atlas/favicons/apple-touch-icon.png">
<meta name="keywords" content="minecraft, map, dynamic" />
<meta name="description" content="Minecraft Dynamic Map" />
<title>Minecraft Dynamic Map</title> <title>Minecraft Dynamic Map</title>
@ -136,5 +136,6 @@
<div id="mcmap" class="dynmap"></div> <div id="mcmap" class="dynmap"></div>
<script src="standalone/config.js"></script> <script src="standalone/config.js"></script>
<!-- built files will be auto injected --> <!-- built files will be auto injected -->
</body> </body>
</html> </html>