mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
feat: add a hook to insert custom metadata in head
tag (#1015)
This commit is contained in:
parent
e90461aa3c
commit
fe203417d9
@ -113,4 +113,7 @@
|
||||
{% unless site.theme_mode %}
|
||||
{% include mode-toggle.html %}
|
||||
{% endunless %}
|
||||
|
||||
{% include metadata-hook.html %}
|
||||
|
||||
</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…
x
Reference in New Issue
Block a user