Skip to content

Commit 92735ce

Browse files
Added favicon
1 parent 82021d1 commit 92735ce

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/_sidebar.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
* [Home](/)
2-
* [Compiling](/Compiling.md)
3-
* [Utils](/Utils.md)
1+
* [Home](/ "GoWandBox - Home")
2+
* [Compiling](/Compiling.md "GoWandBox - Compiling")
3+
* [Utils](/Utils.md "GoWandBox - Utils")

docs/favicon.jpg

5.2 KB
Loading

docs/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
77
<meta name="description" content="Simple API wrapper fo WandBox, written in Go">
88
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
9+
10+
<link rel="shortcut icon" href="favicon.jpg">
911

1012
<link
1113
rel="stylesheet"
@@ -14,7 +16,7 @@
1416

1517
<link rel="preconnect" href="https://fonts.googleapis.com">
1618
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
17-
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500&display=swap" rel="stylesheet">
19+
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500&display=swap" rel="stylesheet">
1820
</head>
1921
<body>
2022
<div id="app"></div>

0 commit comments

Comments
 (0)