diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-05-03 21:46:42 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-05-03 21:46:42 +0200 |
| commit | daa713719ce1f035c93a1326b87803369d9ddc0d (patch) | |
| tree | a34a55806791f099c2e5cc86e5a46eeb4948c164 /doc | |
| parent | 4777024e0a5cfba1c1cd5f1f57b99693f4a6760e (diff) | |
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/src/doc/template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/doc/template.md b/doc/src/doc/template.md index ab209b9..5a7d2cc 100644 --- a/doc/src/doc/template.md +++ b/doc/src/doc/template.md @@ -59,7 +59,7 @@ Here is a sample template: <meta name="author" content="{{ .Author }}"> <meta name="generator" content="{{ .Generator }}"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <link href="{{ .Site }}{{ .Slug }}.html" rel="canonical"> + <link href="{{ .Site }}{{ .Slug }}" rel="canonical"> </head> <body> <header> |
