Skip to content

Commit

Permalink
Updated _layouts/default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tristen committed Feb 24, 2014
1 parent bf331c8 commit 23e40c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _layouts/default.html
Expand Up @@ -42,7 +42,8 @@
{% if page.description %}<meta name='description' content='{{page.description | strip_html}}'/>{% endif %}
<title>{% if page.title == 'Mapbox' %}{{page.title}} | Design and publish beautiful maps{% else %}{{page.title}} | Mapbox{% endif %}</title>

<meta name='st:title' content='{{page.title | replace:"'","&lsquo;"}}' />
<meta name='st:title' content='{{page.title | replace:"'","&lsquo;" | replace:"| Mapbox",""}}' />
<meta name='st:type' content='{% if page.category %}{{page.category}}{% elsif page.section %}{{page.section}}{% else %}site{% endif %}' />

{% if page.card %}
<meta name='twitter:site' content='@Mapbox' />
Expand Down Expand Up @@ -76,7 +77,7 @@
<!--[if IE 9]><link href='{{site.url}}/css/site-ie9.css' rel='stylesheet' /><![endif]-->
<link rel='shortcut icon' href='{{site.url}}/img/favicon.ico' type='image/x-icon' />
<link rel='alternate' type='application/rss+xml' title='RSS' href='{{site.url}}/blog/blog.rss' />
<link href='https://api.tiles.mapbox.com/mapbox.js/{% if site.mapboxjs %}{{site.mapboxjs}}{% else %}v1.5.1{% endif %}/mapbox.css' rel='stylesheet' />
<link href='https://api.tiles.mapbox.com/mapbox.js/{% if site.mapboxjs %}{{site.mapboxjs}}{% else %}v1.6.1{% endif %}/mapbox.css' rel='stylesheet' />

<!--[if lt IE 9 ]><script src='{{site.url}}/js/redirect-ie.js'></script><![endif]-->
<script src='{{site.api}}/api/session.js'></script>
Expand All @@ -89,7 +90,7 @@
Stripe.setPublishableKey(window.location.hostname.indexOf('mapbox.com') !== -1 ?
'pk_live_hI6mmOTIg7KkywK6vo3vJvpk' : 'pk_test_gmIyREg3sKzAiyMkAEeCsxUG');
</script>
<script src='https://api.tiles.mapbox.com/mapbox.js/{% if site.mapboxjs %}{{site.mapboxjs}}{% else %}v1.5.1{% endif %}/mapbox.js'></script>
<script src='https://api.tiles.mapbox.com/mapbox.js/{% if site.mapboxjs %}{{site.mapboxjs}}{% else %}v1.6.1{% endif %}/mapbox.js'></script>
<script src='{{site.url}}/js/api.js'></script>
<script src='{{site.url}}/js/libs.js'></script>
<script src='{{site.url}}/js/site.js'></script>
Expand Down

0 comments on commit 23e40c7

Please sign in to comment.