1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-01 16:13:02 +02:00
choosealicense.com/_includes/header.html

29 lines
1007 B
HTML
Raw Normal View History

2013-07-13 16:38:53 +02:00
<!DOCTYPE html>
2013-10-30 19:23:28 +01:00
<html lang="en">
2013-07-13 16:38:53 +02:00
<head>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
2013-07-13 16:38:53 +02:00
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title}}</title>
2013-07-13 22:40:43 +02:00
{% if page.description %}
<meta name="description" content="{{ page.description | strip_html }}">
2013-07-13 22:40:43 +02:00
{% endif %}
2013-07-13 21:18:57 +02: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 16:38:53 +02:00
<!--[if (gte IE 6)&(lte IE 8)]>
<script src="/javascripts/selectivizr-min.js"></script>
2013-07-13 16:38:53 +02:00
<![endif]-->
2013-10-30 18:10:25 +01:00
2013-07-13 16:38:53 +02:00
</head>
<body class="{{ page.layout }} {{ page.class }}">
2013-10-30 19:23:28 +01:00
<div class="container">
2013-07-13 16:38:53 +02:00
2013-07-13 21:46:13 +02:00
{% include breadcrumbs.html %}
{% if page.title %}
<h1>{{ page.title }}</h1>
{% endif %}