You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
481 B
HTML
13 lines
481 B
HTML
10 months ago
|
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
|
||
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css">
|
||
|
|
||
|
<!-- Setup Google Analytics -->
|
||
|
{% include head-custom-google-analytics.html %}
|
||
|
|
||
|
<!-- You can set your favicon here -->
|
||
|
{% if site.favicon %}
|
||
|
<link rel="shortcut icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}">
|
||
|
{% endif %}
|
||
|
|
||
|
<!-- end custom head snippets -->
|