graphene/_layouts/default.html
2015-10-08 00:19:04 -07:00

52 lines
1.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
++
++++++
++++++++
+++++++++
+++++ ++++
+++ ++++++ ++
+++++++++ ++++++
++++++++ ++++++++
++++++++ ++++++++++
++++ ++++++ ++++
+++ ++ ++++++ +++
+++ +++++++++ +++
+++ ++++++++ +++
+++ +++++++ +++
+++ ++ +++
+++ +++
++++++ +++++++
++++++++ ++++++++
++++++++++ +++++++++
+++ ++++++ ++++++ +++
+++++ +++ ++++++
++++++++++++
++++++++
+++++++
+
Graphene Project.
Crafted by Syrus Akbary.
Sketch design: https://raw.githubusercontent.com/graphql-python/graphene/gh-pages/sketch.sketch
-->
<!DOCTYPE html>
<html>
<head>
<title>{% if page.title %}{{ page.title }} {% endif %}{{ site.name }} {{ site.description }}</title>
{% include meta.html %}
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.png" />
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
<link rel="alternate" type="application/rss+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />
<link href='https://fonts.googleapis.com/css?family=Raleway:400,600,200,100' rel='stylesheet' type='text/css'>
</head>
<body>
{{ content }}
{% include analytics.html %}
</body>
</html>