diff options
author | Valentin Popov <info@valentineus.link> | 2018-05-31 03:30:57 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-05-31 03:30:57 +0300 |
commit | ac9c0b81bc774989679a774d602517420d5279e5 (patch) | |
tree | 6860e48ef92788e78f553cb612016cc220467466 /_includes/head.html | |
parent | 6a536a0e98567a08f71f141973840ea5ec9fc39a (diff) | |
download | obs-somafm_current_track-ac9c0b81bc774989679a774d602517420d5279e5.tar.xz obs-somafm_current_track-ac9c0b81bc774989679a774d602517420d5279e5.zip |
Small additions to the header file
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_includes/head.html')
-rw-r--r-- | _includes/head.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/_includes/head.html b/_includes/head.html index ca9b0dc..0ed2aab 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -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 }}" /> |