Sha256: e0fd06ab4512b03685d9b76f564731d24f54bb32dfa9f1dcf7e2f4fafada2fca
Contents?: true
Size: 1.55 KB
Versions: 4
Compression:
Stored size: 1.55 KB
Contents
<head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> {% if page.title %} <title>{{ page.title }} - {{ site.title }}</title> {% else %} <title>CodeBuild DSL</title> {% endif %} <meta name="description" content="{{ site.description }}"> <meta name="keywords" content="{{ site.keywords }}" /> {% if site.meta_author %}<meta name="author" content="{{ site.meta_author }}">{% endif %} <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}"> <!-- Bootstrap core CSS --> <link href="/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom fonts for this template --> <link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" href="/vendor/simple-line-icons/css/simple-line-icons.css"> <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet"> <!-- Custom styles for this template --> <link href="/new-age.css" rel="stylesheet"> <!-- Temporary navbar container fix --> <style> .navbar-toggler { z-index: 1; } @media (max-width: 576px) { nav > .container { width: 100%; } } </style> </head>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
codebuild-0.6.3 | docs/_includes/head.html |
codebuild-0.6.2 | docs/_includes/head.html |
codebuild-0.6.1 | docs/_includes/head.html |
codebuild-0.6.0 | docs/_includes/head.html |