mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 11:18:50 +01:00
31 lines
1.0 KiB
HTML
31 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang='en'>
|
|
<head>
|
|
|
|
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title}}</title>
|
|
|
|
<meta charset='utf-8'>
|
|
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
|
|
|
|
<link href='/favicon.ico' rel='shortcut icon' type='image/x-icon'>
|
|
<link href='http://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
|
|
<link type="text/css" href="/css/application.css" media="screen" rel="stylesheet">
|
|
<link type="text/css" href="/css/jquery.qtip.css" media="screen" rel="stylesheet">
|
|
|
|
<script type="text/javascript" src="/javascripts/modernizr.js"></script>
|
|
|
|
<!--[if (gte IE 6)&(lte IE 8)]>
|
|
<script src='/javascripts/selectivizr-min.js' type='text/javascript'></script>
|
|
<![endif]-->
|
|
|
|
</head>
|
|
<body class="{{ page.layout }} {{ page.class }}">
|
|
<div class='container'>
|
|
|
|
{% if page.layout == "default" and page.hide_breadcrumbs != true %}
|
|
<ol class='breadcrumbs'>
|
|
<li>
|
|
<a href="/">Home</a>
|
|
</li>
|
|
</ol>
|
|
{% endif %} |