mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Remove doctype and add meta tags
This commit is contained in:
parent
eaf30d5b0d
commit
e1fcb0a2b5
7
doc/_templates/layout.html
vendored
7
doc/_templates/layout.html
vendored
@ -1,10 +1,9 @@
|
||||
{% extends "!layout.html" %}
|
||||
|
||||
{%- block doctype -%}
|
||||
<!DOCTYPE html>
|
||||
{%- endblock %}
|
||||
|
||||
{% 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">
|
||||
{% endblock %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user