feat: add a hook to insert custom metadata in head
tag (#1015)
This commit is contained in:
parent
e90461aa3c
commit
fe203417d9
2 changed files with 4 additions and 0 deletions
|
@ -113,4 +113,7 @@
|
||||||
{% unless site.theme_mode %}
|
{% unless site.theme_mode %}
|
||||||
{% include mode-toggle.html %}
|
{% include mode-toggle.html %}
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
|
|
||||||
|
{% include metadata-hook.html %}
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
1
_includes/metadata-hook.html
Normal file
1
_includes/metadata-hook.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<!-- A placeholder to allow defining custom metadata -->
|
Loading…
Reference in a new issue