summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r--examples/with-markdown-plugins/src/layouts/main.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdown-plugins/src/layouts/main.astro b/examples/with-markdown-plugins/src/layouts/main.astro
index 758e5d083..5e0549877 100644
--- a/examples/with-markdown-plugins/src/layouts/main.astro
+++ b/examples/with-markdown-plugins/src/layouts/main.astro
@@ -1,10 +1,10 @@
---
-import "../styles/global.css";
+import '../styles/global.css';
const { content } = Astro.props;
---
-<html lang={content.lang || "en"}>
+<html lang={content.lang || 'en'}>
<head>
<meta charset="utf-8" />