feat: support for custom head content (#59)
This commit is contained in:
parent
78056fbad8
commit
374690bb21
2 changed files with 7 additions and 0 deletions
6
_includes/custom-head.html
Normal file
6
_includes/custom-head.html
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{% 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 %}
|
|
@ -14,4 +14,5 @@
|
||||||
{%- include extensions/google-analytics.html -%}
|
{%- include extensions/google-analytics.html -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- include extensions/code-highlight.html -%}
|
{%- include extensions/code-highlight.html -%}
|
||||||
|
{%- include custom-head.html -%}
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue