Skip to content

Commit

Permalink
refactor(canonical): removed from head as seo plugin generates it
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbbottam committed Oct 21, 2016
1 parent 1f80566 commit 5636ef9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
{% seo title=false %}
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">

<!-- Custom CSS -->
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">

</head>
7 changes: 0 additions & 7 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,6 @@
padding: 5px 10px;
margin: 0;
}

.site-footer .column {
float: none;
clear: both;
width: auto;
margin: 0 0 15px;
}
}

.pagination {
Expand Down

0 comments on commit 5636ef9

Please sign in to comment.