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

29 lines
1007 B
HTML
Raw Normal View History

2013-07-13 10:38:53 -04:00
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
2013-07-13 10:38:53 -04:00
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title}}</title>
2013-07-13 16:40:43 -04:00
{% if page.description %}
<meta name="description" content="{{ page.description | strip_html }}">
2013-07-13 16:40:43 -04:00
{% endif %}
2013-07-13 15:18:57 -04:00
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Chivo:900">
<link rel="stylesheet" href="/css/application.css" media="screen">
<link rel="stylesheet" href="/css/jquery.qtip.min.css" media="screen">
<script src="/javascripts/modernizr.js"></script>
2013-07-13 10:38:53 -04:00
<!--[if (gte IE 6)&(lte IE 8)]>
<script src="/javascripts/selectivizr-min.js"></script>
2013-07-13 10:38:53 -04:00
<![endif]-->
2013-10-30 19:10:25 +02:00
2013-07-13 10:38:53 -04:00
</head>
<body class="{{ page.layout }} {{ page.class }}">
<div class='container'>
2013-07-13 15:46:13 -04:00
{% include breadcrumbs.html %}
{% if page.title %}
<h1>{{ page.title }}</h1>
{% endif %}