Sha256: 453e5528e650884e2b6b86afac97f9e2cba957e272938200d63655039a3745ad

Contents?: true

Size: 1.43 KB

Versions: 3

Compression:

Stored size: 1.43 KB

Contents

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <!-- Latest compiled and minified CSS -->
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
        <script src="https://code.jquery.com/jquery-3.2.1.js" integrity="sha256-DZAnKJ/6XZ9si04Hgrsxu/8s717jcIzLy3oi35EouyE=" crossorigin="anonymous"></script>
        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
        <link rel="stylesheet" href="/assets/ovh-ui-kit-bs.css">
        <link rel="stylesheet" href="/stylesheets/main.css">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
        <title></title>
    </head>
    <body>
        <div class="container-fluid">
            <div class="row">
                <nav class="navbar col-md-3"
                     id="navbar">
                    {% include navbar.html %}
                </nav>
                <div class="content col-md-offset-3 col-md-9 col-lg-offset-4 col-lg-6">
                    {{content}}
                </div>
            </div>
        </div>
        <script type="text/javascript" src="/assets/js/scripts.js"></script>
    </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ovh-jekyll-doc-theme-0.1.2 _layouts/default.html
ovh-jekyll-doc-theme-0.1.1 _layouts/default.html
ovh-jekyll-doc-theme-0.1.0 _layouts/default.html