We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99b528 commit 0eaac7dCopy full SHA for 0eaac7d
docs/_includes/head-custom.html
@@ -0,0 +1,12 @@
1
+<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
2
+
3
+<!-- Setup theme-color -->
4
+{% include head-custom-theme-colors.html %}
5
6
+<!-- Setup Google Analytics -->
7
+{% include head-custom-google-analytics.html %}
8
9
+<!-- You can set your favicon here -->
10
+<link rel="shortcut icon" type="image/x-icon" href="{{ "favicon.ico" | prepend: site.baseurl }}" >
11
12
+<!-- end custom head snippets -->
favicon.ico renamed to docs/favicon.ico
0 commit comments