Skip to content

Commit 8b84c1b

Browse files
authored
Update head.html
1 parent e06039a commit 8b84c1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/head.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
1515
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
1616

17-
1817
<link rel="stylesheet" href="{{ "/css/main.css" | relative_url}}">
19-
<link rel="stylesheet" href="{{ "/css/font-awesome.min.css" | relative_url }}">
20-
2118
<link rel="shortcut icon" href="{{ "/favicon.ico?1" | relative_url }}">
2219

2320
<link rel="canonical" href="{{ page.url | replace:'index.html','' | relative_url }}">
2421
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | relative_url }}" />
22+
23+
<!-- Place your kit's code here -->
24+
<script src="https://kit.fontawesome.com/f17953d81d.js" crossorigin="anonymous"></script>
2525
</head>

0 commit comments

Comments
 (0)