Small additions to the header file

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-05-31 04:30:57 +04:00
parent 6a536a0e98
commit ac9c0b81bc
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -13,8 +13,11 @@
{% endfor %}
<!-- Title / Description -->
<meta name="description" content="{{ page.description | default: site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 100 | xml_escape }}" />
<title>{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 64 | xml_escape }}</title>
<meta name="description" content="{{ site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 100 | xml_escape }}" />
<title>{{ site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 64 | xml_escape }}</title>
<!-- Google Fonts -->
<link href="//fonts.googleapis.com/css?family=Roboto" rel="stylesheet" />
<!-- CSS -->
<link rel="stylesheet" href="{{ '/assets/css/styles.css' | relative_url | uri_escape }}" />