We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8207eed commit bcca934Copy full SHA for bcca934
_includes/layouts/base.njk
@@ -14,14 +14,14 @@
14
<style type="text/css">
15
@font-face {
16
font-family: Cairo;
17
- src: url("/fonts/Cairo/Cairo-Bold.ttf") format("truetype");
+ src: url({{ '/fonts/Cairo/Cairo-Bold.ttf' | url }}) format("truetype");
18
font-weight: bold;
19
}
20
.bg-dark-tiles {
21
- background-image: url("/img/dark-grey-tile.png");
+ background-image: url({{ '/img/dark-grey-tile.png' | url }});
22
23
.pagefind-ui__form:after {
24
- background: url("/img/search.svg") no-repeat 2px center;
+ background: url({{ '/img/search.svg' | url }}) no-repeat 2px center;
25
26
</style>
27
</head>
content/plugin.njk
@@ -232,5 +232,6 @@
232
{% endif %}
233
</ul>
234
</div>
235
+
236
237
0 commit comments