diff options
Diffstat (limited to 'docs/_includes/head.html')
-rw-r--r-- | docs/_includes/head.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/_includes/head.html b/docs/_includes/head.html new file mode 100644 index 0000000..667196b --- /dev/null +++ b/docs/_includes/head.html @@ -0,0 +1,21 @@ +<head> + <meta charset="utf-8"> + <meta http-equiv="x-ua-compatible" content="ie=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <base target="_blank"> + + <title class="pageTitle">{{ site.page_title }}</title> + <meta name="description" content="{{ site.app_description }}"> + + <link rel="shortcut icon" href="{{ site.app_icon }}"> + + <!-- Smart App Banner --> + {% if site.enable_smart_app_banner %} + <meta name="apple-itunes-app" content="app-id={{ site.ios_app_id }}"> + {% endif %} + + <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous"> + <link rel="stylesheet" href="/main.css"> + <link rel="stylesheet" href="main.css"> + <link rel="stylesheet" href="../main.css"> +</head>
\ No newline at end of file |