support head-extra

This commit is contained in:
Dean Attali 2020-08-08 21:44:57 -04:00 committed by GitHub
parent 4c319e6aba
commit 7f45ae2618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -162,4 +162,8 @@
<link rel="stylesheet" href="{{ "/assets/css/staticman.css" | relative_url }}">
{% endif %}
{% if page.head-extra %}
{% include {{ page.head-extra }} %}
{% endif %}
</head>