1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

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
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 -->