head.html 1.5 KB

123456789101112131415161718192021222324252627282930
  1. <head>
  2. <meta charset="utf-8">
  3. <meta http-equiv="x-ua-compatible" content="ie=edge">
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
  5. <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  6. <title>{% if site.title %}{{ site.title }}{% else %}{{ site.app.name }}{% endif %}</title>
  7. <meta name="description" content="{{ site.description }}">
  8. {% if site.enable.smart_app_banner %}
  9. <!-- Smart App Banner -->
  10. <meta name="apple-itunes-app" content="app-id={{ site.app.ios_id }},affiliate-data={% include apple-affiliate.html %}">
  11. {% endif %}
  12. <!-- Open All Links In A New Tab/Window -->
  13. <base target="_blank">
  14. <!-- Styles -->
  15. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
  16. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  17. <link rel="stylesheet" href="themes/default/styles.css">
  18. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  19. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  20. <!--[if lt IE 9]>
  21. <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  22. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  23. <![endif]-->
  24. <!-- Created with Awesome App Landing Page - http://github.com/joshbuchea/awesome-app-landing-page -->
  25. </head>