1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

24 lines
955 B
HTML
Raw Normal View History

2013-07-13 10:38:53 -04:00
<!DOCTYPE html>
2013-10-30 20:23:28 +02:00
<html lang="en">
2013-07-13 10:38:53 -04:00
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2014-01-03 19:34:51 +01:00
<title>{% if page.title %}{{ page.title | markdownify | strip_html }} - {% endif %}{{ site.title}}</title>
2013-12-09 21:06:15 +02:00
{% if page.description %}<meta name="description" content="{{ page.description | strip_html }}">{% endif %}
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Chivo:900">
2013-12-09 21:06:15 +02:00
<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>
2013-07-13 10:38:53 -04:00
<![endif]-->
</head>
<body class="{{ page.layout }}{% if page.class %} {{ page.class }}{% endif %}">
2013-10-30 20:23:28 +02:00
<div class="container">
2013-07-13 10:38:53 -04:00
2013-07-13 15:46:13 -04:00
{% include breadcrumbs.html %}
{% if page.title %}
2014-01-03 19:34:51 +01:00
<h1>{{ page.title | markdownify | strip_html }}</h1>
{% endif %}