[geeklog-cvs] geeklog: The canonical URL for the "printable" version of an art...
geeklog-cvs at lists.geeklog.net
geeklog-cvs at lists.geeklog.net
Wed May 27 14:34:55 EDT 2009
details: http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/9a167ec99c71
changeset: 7061:9a167ec99c71
user: Dirk Haun <dirk at haun-online.de>
date: Wed May 27 19:57:58 2009 +0200
description:
The canonical URL for the "printable" version of an article is really the article itself
diffstat:
public_html/layout/professional/article/printable.thtml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r e0271f30d9a1 -r 9a167ec99c71 public_html/layout/professional/article/printable.thtml
--- a/public_html/layout/professional/article/printable.thtml Wed May 27 13:01:49 2009 +0200
+++ b/public_html/layout/professional/article/printable.thtml Wed May 27 19:57:58 2009 +0200
@@ -4,7 +4,7 @@
<title>{page_title}</title>
<link rel="stylesheet" type="text/css" href="{layout_url}/print.css"{xhtml}>
<link rel="stylesheet" type="text/css" media="print" href="{layout_url}/print.css"{xhtml}>
- <link rel="canonical" href="{printable_url}"{xhtml}>
+ <link rel="canonical" href="{article_url}"{xhtml}>
</head>
<body dir="{direction}">
<h1>{story_title}</h1>
More information about the geeklog-cvs
mailing list