diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-28 15:53:39 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-28 15:53:39 -0400 |
commit | 2af038a7253682eac5ca108f24e98535cabc9dc0 (patch) | |
tree | bffb982c7152ea657093c168b36beb4b16ca4071 /.themes | |
parent | 1e2d10c2c56869600e14367bcd20861d8b867c71 (diff) | |
download | my_new_personal_website-2af038a7253682eac5ca108f24e98535cabc9dc0.tar.xz my_new_personal_website-2af038a7253682eac5ca108f24e98535cabc9dc0.zip |
added cannonical link to head
Diffstat (limited to '.themes')
-rw-r--r-- | .themes/classic/source/_includes/head.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.themes/classic/source/_includes/head.html b/.themes/classic/source/_includes/head.html index a6ad0a00..ff3ac21e 100644 --- a/.themes/classic/source/_includes/head.html +++ b/.themes/classic/source/_includes/head.html @@ -19,6 +19,7 @@ <meta name="keywords" content="{{page.keywords}}"/> {% endif %} + <link rel="canonical" href="{{ site.url }}{{ page.url }}"/> <link href="{{ root_url }}/favicon.png" rel="shortcut icon" /> <link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css"> <script src="{{ root_url }}/javascripts/modernizr-2.0.js"></script> |