Commit 0d822db9 authored by Denis Bilenko's avatar Denis Bilenko

better title for the homepage in index.html

parent d6c28f54
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
{{ metatags }} {{ metatags }}
<title>{{ title|striptags }}</title> <title>gevent: A coroutine-based network library for Python</title>
<link rel="stylesheet" href="{{ pathto('_static/', 1) }}index.css" type="text/css" /> <link rel="stylesheet" href="{{ pathto('_static/', 1) }}index.css" type="text/css" />
{%- block extrahead %} {% endblock %} {%- block extrahead %} {% endblock %}
</head> </head>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment