mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 11:17:35 +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" %}
|
||||
|
||||
{%- 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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user