Skip to content

Commit 0eaac7d

Browse files
committed
Fix header for Safari to work
1 parent e99b528 commit 0eaac7d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/_includes/head-custom.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 -->
File renamed without changes.

0 commit comments

Comments
 (0)