diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-22 20:12:41 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-22 20:12:41 +0100 |
commit | c34ea8f4bfdeda74c30542db22c4a3f9445a5113 (patch) | |
tree | 3fa39f72ce5d9896a475d3af4c8e848c45be0d69 /templates | |
parent | 916e3feddbdb95d5e664520d57cfbb4b7865a1eb (diff) |
Add a <link rel="canonical"/> to all article pages.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/journal_page.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/journal_page.html b/templates/journal_page.html index f686cd7..959cde0 100644 --- a/templates/journal_page.html +++ b/templates/journal_page.html @@ -11,6 +11,9 @@ href="/journal/feed" rel="alternate" type="application/atom+xml" /> + {.section link} + <link rel="canonical" href="{@}" /> + {.end} {.end} {.section body} |