mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
removes index.html from canonical urls. closes #153
This commit is contained in:
parent
022ca6a228
commit
87476e0355
@ -18,8 +18,8 @@
|
|||||||
{% if page.keywords %}
|
{% if page.keywords %}
|
||||||
<meta name="keywords" content="{{page.keywords}}"/>
|
<meta name="keywords" content="{{page.keywords}}"/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' }}{% endif %}{% endcapture %}
|
||||||
<link rel="canonical" href="{{ site.url }}{{ page.url }}"/>
|
<link rel="canonical" href="{{ canonical }}">
|
||||||
<link href="{{ root_url }}/favicon.png" rel="shortcut icon" />
|
<link href="{{ root_url }}/favicon.png" rel="shortcut icon" />
|
||||||
<link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
|
<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>
|
<script src="{{ root_url }}/javascripts/modernizr-2.0.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user