aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-02-12 23:03:09 +0100
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-02-12 23:03:09 +0100
commit258d89d86ccc6e437f853a7059f0a6b7883b1c01 (patch)
treee6aa84c6f1abb415b9dc94b6fa0fbe4d366702b1 /layouts/_default/baseof.html
parent0608fd841ca954c171bf4f1db1078957ee22cde3 (diff)
Some improvements
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 9c33520..40f8a22 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -8,6 +8,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ .Page.Title }} - Ariel Costas</title>
+ <link rel="canonical" href="{{ .Permalink }}">
+
<meta name="description" content="{{ .Page.Description }}">
<meta property="og:title" content="{{ .Page.Title }} - Ariel Costas">