Skip to content

Commit a6b980d

Browse files
committed
Fix documentation favicon
1 parent 6e07bd1 commit a6b980d

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

docs/landing/layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
{{ partial "meta.html"}}
5-
<link rel="shortcut icon" href="{{.Site.BaseUrl}}/img/favicon.png">
5+
<link rel="shortcut icon" href="{{.Site.BaseUrl}}/s/img/favicon.png">
66

77
<title>{{.Title}}</title>
88

docs/landing/static/s/img/favicon.png

5.95 KB
Loading

docs/reference/content/builders/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "Builders"
44
[menu.main]
55
identifier = "Builders"
66
weight = 50
7-
pre = "<i class='fa fa-th'></i>"
7+
pre = "<i class='fa fa-wrench'></i>"
88
+++
99

1010
## Builders
5.95 KB
Loading

0 commit comments

Comments
 (0)