canonicalize some meta-tag orders
This commit is contained in:
parent
4c8d8d6959
commit
a5dfc3c866
@ -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…
Reference in New Issue
Block a user