1
0
mirror of https://github.com/minoplhy/crappy-jekyll.git synced 2025-01-09 05:17:57 +00:00
crappy-jekyll/_includes/custom-head.html

8 lines
398 B
HTML

{% comment %}
Placeholder to allow defining custom head, in principle, you can add anything here, e.g. favicons:
1. Head over to https://realfavicongenerator.net/ to add your own favicons.
2. Customize default _includes/custom-head.html in your source directory and insert the given code snippet.
{% endcomment %}
<link rel="stylesheet" href="{{ "/assets/css/home.css" | relative_url }}">