diff options
| author | Akiomi Kamakura <akiomik@gmail.com> | 2021-09-01 20:15:16 +0900 |
|---|---|---|
| committer | Caleb Cartwright <calebcartwright@users.noreply.github.com> | 2021-09-01 21:59:58 -0500 |
| commit | c71c68c43fcc1499b7ee2237b718fcffc61961d2 (patch) | |
| tree | b873145f3a7efe3db934c05115702dcbd4fdcd4b | |
| parent | ca9b050bbf786fc7f6ef56d82b1751a761efec44 (diff) | |
| download | rust-c71c68c43fcc1499b7ee2237b718fcffc61961d2.tar.gz rust-c71c68c43fcc1499b7ee2237b718fcffc61961d2.zip | |
Add <title> to docs
| -rw-r--r-- | docs/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index c3624bb9df1..4fa932d4c76 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,6 +2,7 @@ <html> <head> <meta name="viewport" content="width=device-width"> + <title>Rustfmt</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.css" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.0/styles/github-gist.min.css"> <script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script> |
