Add canonical URL

This commit is contained in:
Reimar 2025-08-06 18:18:21 +02:00
parent e48d16df44
commit 636ccccc06
Signed by: Reimar
GPG Key ID: 93549FA07F0AE268
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Reimar's articles</title>
<link rel="canonical" href="https://articles.reim.ar/index.html" />
<link rel="stylesheet" href="assets/style.css" />
<link rel="alternate" href="atom.xml" type="application/atom+xml" />
</head>

View File

@ -5,6 +5,7 @@
<meta name="author" content="Reimar" />
<meta name="viewport" content="width=device-width" />
<title>Handling the Upgrade-Insecure-Requests header in nginx</title>
<link rel="canonical" href="https://articles.reim.ar/upgrade-insecure-requests.html" />
<link rel="stylesheet" href="assets/style.css" />
<link rel="alternate" href="atom.xml" type="application/atom+xml" />
</head>