|
4 | 4 | <head>
|
5 | 5 | <meta charset="utf-8">
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
7 |
| - <title>{{ .Title }}</title> |
8 |
| - |
9 |
| - <!-- Styling --> |
10 |
| - <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css"> |
11 |
| - <link rel=stylesheet href="{{ .Site.BaseURL }}/css/github.css?v=9"> |
12 |
| - <link rel=stylesheet href="{{ .Site.BaseURL }}/css/style.css?v=9"> |
13 |
| - |
14 |
| - <!-- Analytics --> |
15 |
| - <script async src="https://www.googletagmanager.com/gtag/js?id=G-GN1D8JT7TK"></script> |
16 |
| - <script> |
17 |
| - window.dataLayer = window.dataLayer || []; |
18 |
| - function gtag() { dataLayer.push(arguments); } |
19 |
| - gtag('js', new Date()); |
20 |
| - gtag('config', 'G-GN1D8JT7TK'); |
21 |
| - </script> |
22 | 7 |
|
23 |
| - <!-- URL metadata --> |
| 8 | + <title>{{ .Title }}</title> |
| 9 | + <meta name="description" content="{{ .Description }}"> |
24 | 10 | <link rel="sitemap" type="application/xml" title="Sitemap" href="{{ .Site.BaseURL }}/sitemap.xml">
|
25 | 11 | <link rel="canonical" href="{{ .Permalink }}" />
|
26 | 12 |
|
|
32 | 18 | <link rel="icon" type="image/png" sizes="256x256" href="{{ .Site.BaseURL }}/img/favicon-256.png">
|
33 | 19 | <link rel="icon" type="image/png" sizes="512x512" href="{{ .Site.BaseURL }}/img/favicon-512.png">
|
34 | 20 |
|
35 |
| - <meta property="og:url" content="https://swharden.github.io/patch/"> |
| 21 | + <meta property="og:url" content="https://swharden.com/patch/"> |
36 | 22 | <meta property="og:type" content="website">
|
37 | 23 | <meta property="og:title" content="The Patch Guide: {{ .Title }}">
|
38 | 24 | <meta property="og:description" content="{{ .Description }}">
|
39 | 25 | <meta property="og:image" content="{{ .Site.BaseURL }}/img/og.png">
|
40 | 26 |
|
41 | 27 | <meta name="twitter:card" content="summary_large_image">
|
42 |
| - <meta property="twitter:domain" content="https://swhswharden.github.io/patch/"> |
43 |
| - <meta property="twitter:url" content="https://swharden.github.io/patch/"> |
| 28 | + <meta property="twitter:domain" content="https://swharden.com/patch/"> |
| 29 | + <meta property="twitter:url" content="https://swharden.com/patch/"> |
44 | 30 | <meta name="twitter:title" content="The Patch Guide: {{ .Title }}">
|
45 | 31 | <meta name="twitter:description" content="{{ .Description }}">
|
46 | 32 | <meta name="twitter:image" content="{{ .Site.BaseURL }}/img/og.png">
|
47 | 33 |
|
| 34 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css"> |
| 35 | + <link rel=stylesheet href="{{ .Site.BaseURL }}/css/github.css?v=9"> |
| 36 | + <link rel=stylesheet href="{{ .Site.BaseURL }}/css/style.css?v=9"> |
48 | 37 | <meta name="theme-color" content="#20558a" />
|
| 38 | + |
| 39 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-GN1D8JT7TK"></script> |
| 40 | + <script> |
| 41 | + window.dataLayer = window.dataLayer || []; |
| 42 | + function gtag() { dataLayer.push(arguments); } |
| 43 | + gtag('js', new Date()); |
| 44 | + gtag('config', 'G-GN1D8JT7TK'); |
| 45 | + </script> |
49 | 46 | </head>
|
50 | 47 |
|
51 | 48 | <body class="m-0 p-0">
|
|
0 commit comments