Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
63be22d5
Commit
63be22d5
authored
Apr 28, 2016
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update template
parent
f171d1f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/_templates/layout.html
doc/_templates/layout.html
+2
-2
No files found.
doc/_templates/layout.html
View file @
63be22d5
{% extends "!layout.html" %}
{% extends "!layout.html" %}
{% block extrahead %}
{% block extrahead %}
<meta
name=
"description"
content=
"Small, safe and fast formatting library
for C++
"
>
<meta
name=
"description"
content=
"Small, safe and fast formatting library"
>
<meta
name=
"keywords"
content=
"C++, formatting, printf, string, library"
>
<meta
name=
"keywords"
content=
"C++, formatting, printf, string, library"
>
<meta
name=
"author"
content=
"Victor Zverovich"
>
<meta
name=
"author"
content=
"Victor Zverovich"
>
<link
rel=
"stylesheet"
href=
"_static/fmt.css"
>
<link
rel=
"stylesheet"
href=
"_static/fmt.css"
>
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
<div
class=
"jumbotron"
>
<div
class=
"jumbotron"
>
<div
class=
"tb-container"
>
<div
class=
"tb-container"
>
<h1>
{fmt}
</h1>
<h1>
{fmt}
</h1>
<p
class=
"lead"
>
Small, safe and fast formatting library
for C++
</p>
<p
class=
"lead"
>
Small, safe and fast formatting library
</p>
<div
class=
"btn-group"
role=
"group"
>
<div
class=
"btn-group"
role=
"group"
>
<a
class=
"btn btn-success"
<a
class=
"btn btn-success"
href=
"https://github.com/fmtlib/fmt/releases/download/2.0.0/cppformat-2.0.0.zip"
>
href=
"https://github.com/fmtlib/fmt/releases/download/2.0.0/cppformat-2.0.0.zip"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment