Skip to content

Commit fe20341

Browse files
v4vongcotes2020
authored andcommitted
feat: add a hook to insert custom metadata in head tag (cotes2020#1015)
1 parent e90461a commit fe20341

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_includes/head.html

+3
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,7 @@
113113
{% unless site.theme_mode %}
114114
{% include mode-toggle.html %}
115115
{% endunless %}
116+
117+
{% include metadata-hook.html %}
118+
116119
</head>

_includes/metadata-hook.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- A placeholder to allow defining custom metadata -->

0 commit comments

Comments
 (0)