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 0560240 commit 8ab3c5eCopy full SHA for 8ab3c5e
_layouts/new-layouts/base.html
@@ -175,7 +175,10 @@
175
</main>
176
177
<script src="/assets/javascripts/new-javascripts/application.js"></script>
178
- <!-- metrics -->
+ {% if page.url == "/" %}
179
+ <script src="/assets/javascripts/new-javascripts/landing.js"></script>
180
+ {% endif %}
181
+ <!-- metrics -->
182
<script>
183
/* RSID: */
184
var s_account="awdswiftorg"
@@ -190,8 +193,5 @@
190
193
</script>
191
194
{% endif %}
192
195
<!-- /metrics -->
- {% if page.url == "/" %}
- <script src="/assets/javascripts/new-javascripts/landing.js"></script>
- {% endif %}
196
</body>
197
</html>
0 commit comments