mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
Add favicon to docs site
This commit is contained in:
parent
9e13912db3
commit
25797cad5f
|
|
@ -6,6 +6,8 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}" media="screen" type="text/css">
|
||||
<title>Tree-sitter|{{ page.title }}</title>
|
||||
<link rel="icon" type="image/png" href="{{ '/assets/images/favicon-32x32.png' | relative_url }}" sizes="32x32" />
|
||||
<link rel="icon" type="image/png" href="{{ '/assets/images/favicon-16x16.png' | relative_url }}" sizes="16x16" />
|
||||
</head>
|
||||
|
||||
<body class="sidebar-hidden">
|
||||
|
|
|
|||
BIN
docs/assets/images/favicon-16x16.png
Normal file
BIN
docs/assets/images/favicon-16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 887 B |
BIN
docs/assets/images/favicon-32x32.png
Normal file
BIN
docs/assets/images/favicon-32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
Loading…
Reference in a new issue