Skip to content

add contentForHeader #48

@andelo

Description

@andelo

in the layout file(s) add contentForHeader

<html>
<head>
....
{{ contentForHeader }}
</head>
...

it's useful if you want to load scripts or stylesheets from templates.

{%- header %}
{{ 'mystyle.css' | stylesheet_tag }}
{%- endheader %}

also its useful for preload to work properly.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions