support multiple files in footer-extra and head-extra
This commit is contained in:
@ -141,7 +141,9 @@
|
||||
{% endif %}
|
||||
|
||||
{% if page.head-extra %}
|
||||
{% include {{ page.head-extra }} %}
|
||||
{% for file in page.head-extra %}
|
||||
{% include {{ file }} %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user