Browse Source

canonicalize some meta-tag orders

main
Colin McMillen 3 years ago
parent
commit
a5dfc3c866
  1. 6
      template.html

6
template.html

@ -2,8 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/favicon.ico">
<link rel="canonical" href="https://www.mcmillen.dev/__PAGE_URL_GOES_HERE__">
<title>__TITLE_GOES_HERE__</title>
@ -12,8 +14,6 @@
<link href="https://fonts.googleapis.com/css?family=Fira+Mono:500&display=block" rel="stylesheet">
<link rel="stylesheet" href="/pygments.css">
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/png" href="/favicon.ico">
<link rel="canonical" href="https://www.mcmillen.dev/__PAGE_URL_GOES_HERE__">
<!-- TODO: add apple touch icon, maybe other favicon sizes -->
</head>

Loading…
Cancel
Save