Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/your-identity/hugo-theme-dimension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 938bb10..907d4ce 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -5,10 +5,11 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="{{ "assets/css/main.css" | absURL }}"/>
+ <link rel="canonical" href="{{ .Permalink }}">
<noscript><link rel="stylesheet" href="{{ "assets/css/noscript.css" | absURL }}"/></noscript>
<style>
:root{--site-background : url("{{ .Params.background | default "images/bg.jpg" | absURL }}")};
</style>
<!-- Include the script that enables Netlify Identity on this page. -->
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
-</head> \ No newline at end of file
+</head>