mirror of
https://github.com/fmtlib/fmt.git
synced 2025-08-02 12:14:43 +02:00
Remove doctype and add meta tags
This commit is contained in:
7
doc/_templates/layout.html
vendored
7
doc/_templates/layout.html
vendored
@@ -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 %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user