docs/_layouts/default.html

37 lines
1.5 KiB
HTML
Executable File

{% include values.inc %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Crossplane is a framework for building cloud native control planes without needing to write code. It has a highly extensible backend that enables you to build a control plane that can orchestrate applications and infrastructure no matter where they run, and a highly configurable frontend that puts you in control of the schema of the declarative API it offers.">
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Crossplane</title>
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="https://crossplane.io" />
<meta name="twitter:title" content="Crossplane" />
<meta name="twitter:description" content="The cloud-native control plane framework" />
<meta name="twitter:image:src" content="https://crossplane.io/images/twitter-card_400x400.jpg" />
{% include favicon.html %}
<link rel="stylesheet" href="{{ "/css/main.css" | relative_url }}" />
{% if page.stylesheet %}
<link rel="stylesheet" href="{{ "/css/" | append: page.stylesheet | append: ".css" | relative_url }}" />
{% endif %}
</head>
<body>
{% include header.html %}
<div id="content">{{ content }}</div>
{% include footer.html %}
{% include google-analytics.html %}
{% include hubspot.html %}
</body>
</html>