diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-24 11:57:23 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-24 11:57:23 +0530 |
commit | 210fca3a77b9043e0f2c608e1eaff6f2ec37cdf3 (patch) | |
tree | 34123e1c92d6cae2a4435161f68991ebe7b89a64 /docs/_includes/head.html | |
parent | 54b0e8a12bdc9c7aef52a1629641b6b1137277a6 (diff) |
added landing page
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 |