You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{% comment %}<!--SEO metas -->{% endcomment %}
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
|
|
|
{% if page.title %}
|
|
|
|
<title>{{ page.title }}</title>
|
|
|
|
{% else %}
|
|
|
|
<title>{{ site.title }}</title>
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
<meta name="description" content="{% if page.description %}{{ page.description | truncate: site.meta_description_words }}{% else if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: site.meta_excerpt_words }}{% else %}{{ site.description | truncate: site.meta_description_words }}{% endif %}">
|
|
|
|
|
|
|
|
<link rel="icon" href="{{ site.baseurl }}/assets/favicon.png">
|
|
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/core.css">
|
|
|
|
<link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ site.baseurl }}/feed.xml" />
|
|
|
|
<link rel="canonical" href="{{ page.url | prepend: site.baseurl | prepend: site.url }}">
|