mirror of
https://github.com/dawidolko/Website-Templates.git
synced 2025-10-27 07:53:11 +01:00
13 lines
418 B
HTML
13 lines
418 B
HTML
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
|
|
|
|
<!-- Setup theme-color -->
|
|
{% include head-custom-theme-colors.html %}
|
|
|
|
<!-- Setup Google Analytics -->
|
|
{% include head-custom-google-analytics.html %}
|
|
|
|
<!-- You can set your favicon here -->
|
|
<!-- link rel="shortcut icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}" -->
|
|
|
|
<!-- end custom head snippets -->
|