Minor cleanup
This commit is contained in:
@ -21,7 +21,10 @@
|
||||
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
|
||||
<meta property="og:site_name" content="{{ site.title }}">
|
||||
|
||||
<!-- Webmaster Tools verfication -->
|
||||
<meta name="google-site-verification" content="{{ site.google_verify }}">
|
||||
<meta name="msvalidate.01" content="{{ site.bing_verify }}">
|
||||
|
||||
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %}
|
||||
<link rel="canonical" href="{{ canonical }}">
|
||||
<link href="{{ site.url }}/feed.xml" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed">
|
||||
|
Reference in New Issue
Block a user