Initial commit
[ghost-theme-work.git] / partials / theme_head.hbs
1 {{!-- Document Settings --}}
2 <meta charset="utf-8" />
3 <meta http-equiv="X-UA-Compatible" content="IE=edge" />
4
5 {{!-- Page Meta --}}
6 <title>{{meta_title}}</title>
7
8 {{!-- Mobile Meta --}}
9 <meta name="HandheldFriendly" content="True" />
10 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
11
12 {{!-- Brand icon --}}
13 <link rel="shortcut icon" href="{{asset "favicon.ico"}}">
14
15 {{!-- Styles'n'Scripts --}}
16 <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/all.css">
17 <link rel="stylesheet" type="text/css" href="{{asset "css/libraries.css"}}" />
18 <link rel="stylesheet" type="text/css" href="{{asset "css/style.css"}}" />
19
20 {{!-- Google Fonts embed code --}}
21 <link href="https://fonts.googleapis.com/css?family=Lora:700%7CCabin:400,700" rel="stylesheet">