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 23509ce commit e97ae56Copy full SHA for e97ae56
src/_includes/components/signpost.html
@@ -13,6 +13,7 @@
13
title=category.name
14
description=category.description
15
variant="related"
16
+ newtab="false"
17
%}
18
</div>
19
{% endfor %}
src/_layouts/default.html
@@ -68,7 +68,6 @@
68
<link rel="stylesheet" href="{{ '/assets/algolia.css' | relative_url }}">
69
</head>
70
<body>
71
- <!-- this is a netlify build -->
72
<div id="consent-manager"></div>
73
{{ content }}
74
<a class="back-scrolling" data-back-scrolling data-active-class="back-scrolling--active">
0 commit comments