Add canonical link

This commit is contained in:
Paul Gauthier 2024-02-22 14:29:40 -08:00
parent 823399359a
commit 644077bdcb
2 changed files with 4 additions and 1 deletions

View file

@ -12,6 +12,9 @@
<meta name="theme-color" content="#157878">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
{% if post.canonical %}
<link rel="canonical" href="{{ post.canonical }}" />
{% endif %}
{% include head-custom.html %}
</head>
<body>