File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
#}
20
20
{%- css %}{% include " public/css/index.css" %}{% endcss %}
21
21
{%- css %}{% include " public/css/search.css" %}{% endcss %}
22
- {# Add an arbitrary string to the bundle #}
23
- {# {%- css %}* { box-sizing: border-box; }{% endcss %} #}
24
- {# Render the CSS bundle using Inlined CSS (for the fastest site performance in production) #}
25
- <style >
26
- {% getBundle "css " %}
27
- </style >
28
22
{# These are in the njk so the path prefix is respected #}
29
23
{%- css %}
30
24
body {
31
25
background: url({{ ' /img/body_bg.jpg' | htmlBaseUrl }} ) no-repeat center 80px;
32
26
}
33
- a.extlink .icon {
27
+ a.ext-link .icon {
34
28
background: url({{ ' /img/extlink.png' | htmlBaseUrl }} ) 0 50% no-repeat;
35
29
}
36
30
{% endcss %}
31
+ {# Add an arbitrary string to the bundle #}
32
+ {# {%- css %}* { box-sizing: border-box; }{% endcss %} #}
33
+ {# Render the CSS bundle using Inlined CSS (for the fastest site performance in production) #}
34
+ <style >
35
+ {% getBundle "css " %}
36
+ </style >
37
37
{#- Renders the CSS bundle using a separate file, if you can't set CSP directive style-src: 'unsafe-inline' #}
38
38
{# <link rel="stylesheet" href="{% getBundleFileUrl 'css' %}"> #}
39
39
</head >
You can’t perform that action at this time.
0 commit comments