Remove canonical url
This commit is contained in:
parent
2253053662
commit
e9ea2ca46e
|
@ -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/
|
||||
|
|
|
@ -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 }}">
|
||||
|
|
Loading…
Reference in a new issue