mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 11:18:50 +01:00
601c8fdf45
This reverts commit b6728c7502
.
24 lines
955 B
HTML
24 lines
955 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>{% if page.title %}{{ page.title | markdownify | strip_html }} - {% endif %}{{ site.title}}</title>
|
|
{% if page.description %}<meta name="description" content="{{ page.description | strip_html }}">{% endif %}
|
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Chivo:900">
|
|
<link rel="stylesheet" href="/css/application.css">
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
|
<!--[if lt IE 9]>
|
|
<script src="/js/html5shiv.js"></script>
|
|
<script src="/js/selectivizr-min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body class="{{ page.layout }}{% if page.class %} {{ page.class }}{% endif %}">
|
|
<div class="container">
|
|
|
|
{% include breadcrumbs.html %}
|
|
|
|
{% if page.title %}
|
|
<h1>{{ page.title | markdownify | strip_html }}</h1>
|
|
{% endif %}
|