feat: add a hook to insert custom metadata in `head` tag (#1015)

This commit is contained in:
Song-Zi Vong 2023-05-03 19:04:18 +08:00 committed by Cotes Chung
parent e90461aa3c
commit fe203417d9
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
2 changed files with 4 additions and 0 deletions

View File

@ -113,4 +113,7 @@
{% unless site.theme_mode %}
{% include mode-toggle.html %}
{% endunless %}
{% include metadata-hook.html %}
</head>

View File

@ -0,0 +1 @@
<!-- A placeholder to allow defining custom metadata -->