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 1919 #}
2020 {%- css %}{% include " public/css/index.css" %}{% endcss %}
2121 {%- 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 >
2822 {# These are in the njk so the path prefix is respected #}
2923 {%- css %}
3024 body {
3125 background: url({{ ' /img/body_bg.jpg' | htmlBaseUrl }} ) no-repeat center 80px;
3226 }
33- a.extlink .icon {
27+ a.ext-link .icon {
3428 background: url({{ ' /img/extlink.png' | htmlBaseUrl }} ) 0 50% no-repeat;
3529 }
3630 {% 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 >
3737 {#- Renders the CSS bundle using a separate file, if you can't set CSP directive style-src: 'unsafe-inline' #}
3838 {# <link rel="stylesheet" href="{% getBundleFileUrl 'css' %}"> #}
3939 </head >
You can’t perform that action at this time.
0 commit comments