Skip to content
Snippets Groups Projects
head.html 665 B
Newer Older
Patrick Marsceill's avatar
Patrick Marsceill committed
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
  {% if page.description %}
  <meta name="Description" content="{{ page.description }}">
  {% endif %}
Patrick Marsceill's avatar
Patrick Marsceill committed

  <title>{{ page.title }} - {{ site.title }}</title>
Patrick Marsceill's avatar
Patrick Marsceill committed
  <link rel="stylesheet" href="{{ "/assets/css/just-the-docs.css" | absolute_url }}">
  {% if site.search_enabled != nil %}
Patrick Marsceill's avatar
Patrick Marsceill committed
  <script type="text/javascript" src="{{ "/assets/js/vendor/lunr.min.js" | absolute_url }}"></script>
Patrick Marsceill's avatar
Patrick Marsceill committed
  <script type="text/javascript" src="{{ "/assets/js/just-the-docs.js" | absolute_url }}"></script>
Patrick Marsceill's avatar
Patrick Marsceill committed

Patrick Marsceill's avatar
Patrick Marsceill committed
  <meta name="viewport" content="width=device-width, initial-scale=1">
Patrick Marsceill's avatar
Patrick Marsceill committed
</head>