diff options
Diffstat (limited to 'layouts/_default')
| -rw-r--r-- | layouts/_default/baseof.html | 2 |
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"> |
