Sha256: 67b68cfd20952fa110257522011247266cadff549acb39bf5ec64937ac02d02d

Contents?: true

Size: 1.9 KB

Versions: 3

Compression:

Stored size: 1.9 KB

Contents

<!DOCTYPE html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <title>{{ site.title }}</title>
    <meta name="description" content="{{ site.description }}">

    <link rel="canonical" href="{{ site.baseUrl }}" />

    <meta name="application-name" content="{{ site.title }}"/>
    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ baseUrl }}/assets/img/apple-touch-icon-144x144.png" />
    <link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ baseUrl }}/assets/img/apple-touch-icon-152x152.png" />
    <link rel="icon" type="image/png" href="{{ baseUrl }}/assets/img/favicon-32x32.png" sizes="32x32" />
    <link rel="icon" type="image/png" href="{{ baseUrl }}/assets/img/favicon-16x16.png" sizes="16x16" />
    <meta name="msapplication-TileColor" content="#484949" />
    <meta name="msapplication-TileImage" content="{{ baseUrl }}/assets/img/mstile-144x144.png" />

    <!-- CSS --->
    <!--<link href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css" rel="stylesheet">-->
    <link href="{{ baseUrl }}/assets/css/prism.css" rel="stylesheet">
    <link href="{{ baseUrl }}/assets/css/main.css" rel="stylesheet">

</head>
<body>

    {% include header.html %}

    {{ content }}

    <!-- JavaScript --->
    <script src="{{ baseUrl }}/assets/js/jquery.min.js" type="text/javascript"></script>
    <script src="{{ baseUrl }}/assets/js/bootstrap.min.js" type="text/javascript"></script>
    <script src="{{ baseUrl }}/assets/js/prism.js" type="text/javascript"></script>

    {% include add_anchor.html %}

</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
documental-0.1.3 _layouts/base.html
documental-0.1.2 _layouts/base.html
documental-0.1.1 _layouts/base.html