zodern/meteor-up

View on GitHub
docs/_includes/head.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<head>
    <title> Meteor Up - {{page.title}}</title>
    <meta name="description" content="{{page.description}}">
    <meta name="keywords" content="Meteor, JS, AWS, Deploy, Meteor Up, Meteor Deploy, JavaScript, SSH, VM, Virtual Machine">

    <!-- General Stuff you should have in head -->
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- End General Stuff -->    

    <link rel="stylesheet" href="{{ site.baseurl }}/css/tocbot.css" type="text/css" />
    <link rel="stylesheet" href="{{ site.baseurl }}/css/highlight.css" type="text/css" />
    <link rel="stylesheet" href="{{ site.baseurl }}/css/base.css" type="text/css" />
    <link rel="stylesheet" href="{{ site.baseurl }}/css/index.css" type="text/css" />
    <link rel="stylesheet" href="{{ site.baseurl }}/css/docs.css" type="text/css" />
</head>