Remove doctype and add meta tags

This commit is contained in:
vitaut 2015-05-23 11:38:36 -07:00
parent eaf30d5b0d
commit e1fcb0a2b5

View File

@ -1,10 +1,9 @@
{% extends "!layout.html" %} {% extends "!layout.html" %}
{%- block doctype -%}
<!DOCTYPE html>
{%- endblock %}
{% block extrahead %} {% block extrahead %}
<meta name="description" content="Small, safe and fast formatting library for C++">
<meta name="keywords" content="C++, formatting, printf, string, library">
<meta name="author" content="Victor Zverovich">
<link rel="stylesheet" href="_static/cppformat.css"> <link rel="stylesheet" href="_static/cppformat.css">
{% endblock %} {% endblock %}