Skip to content

Commit b6cc671

Browse files
committed
fix(base): extlink -> ext-link
1 parent d100d46 commit b6cc671

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_includes/layouts/base.njk

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@
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>

0 commit comments

Comments
 (0)