Added styles-injection-possibility via front matter new include loop for collections
This commit is contained in:
parent
37c68f331a
commit
cd0c3c66da
3 changed files with 27 additions and 1 deletions
|
@ -55,4 +55,8 @@
|
|||
{% if page.noindex == true %}<meta name="robots" content="noindex">{% endif %}
|
||||
|
||||
<link type="text/plain" rel="author" href="{{ site.url }}/humans.txt" />
|
||||
|
||||
{% unless page.style == NULL %}
|
||||
<style type="text/css">{{ page.style }}</style>
|
||||
{% endunless %}
|
||||
</head>
|
||||
|
|
Reference in a new issue