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 c53bc86 commit 0037c14Copy full SHA for 0037c14
catalog/site/_includes/layouts/components.html
@@ -12,11 +12,13 @@
12
13
{% block content %}
14
{% if not ssrOnly %}
15
-<!-- Loads page JS on idle callback at src/hydration-entrypoints/components/md-file-name.ts -->
16
-<lit-island
17
- on:idle
18
- import="/js/hydration-entrypoints{{ page.filePathStem }}.js">
19
-</lit-island>
+ <!-- Loads page JS on idle callback at src/hydration-entrypoints/components/md-file-name.ts -->
+ <lit-island
+ on:idle
+ import="/js/hydration-entrypoints{{ page.filePathStem }}.js">
+ {{ content | mdMarkdown | safe }}
20
+ </lit-island>
21
+{% else %}
22
23
{% endif %}
-{{ content | mdMarkdown | safe }}
24
{% endblock %}
0 commit comments