Skip to content

Commit

Permalink
Merge pull request #4 from sstarr/master
Browse files Browse the repository at this point in the history
Added rel="canonical" link tags to redirect pages.
  • Loading branch information
tsmango committed Feb 16, 2012
2 parents a70d29b + 321d22c commit 484fa24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _plugins/alias_generator.rb
Expand Up @@ -88,6 +88,7 @@ def alias_template(destination_path)
<!DOCTYPE html>
<html>
<head>
<link rel="canonical" href="#{destination_path}"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0;url=#{destination_path}" />
</head>
Expand Down

0 comments on commit 484fa24

Please sign in to comment.