Remove canonical url

This commit is contained in:
kpcyrd 2014-09-10 15:44:10 +02:00
parent 2253053662
commit e9ea2ca46e
2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@
title: start.ffhh
description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."
baseurl: ""
url: "http://yourdomain.com"
twitter_username: FreifunkHH
github_username: freifunkhamburg/start-ffhh
about_page: https://hamburg.freifunk.net/

View file

@ -4,7 +4,6 @@
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="{{ site.description }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<!-- Custom CSS -->
<link rel="stylesheet" href="{{ "/css/bootstrap.css" | prepend: site.baseurl }}">