diff options
author | 2021-05-07 10:38:38 -0600 | |
---|---|---|
committer | 2021-05-07 10:38:38 -0600 | |
commit | 820012ea16ed44de2293fda09edde14d32514098 (patch) | |
tree | 04f8782c606dd595e6c04b89d683e275275d7922 /examples/snowpack/src/components/BaseLayout.astro | |
parent | 87ab4c6927abb9adaeb846687092e5dab78e2d7f (diff) | |
download | astro-820012ea16ed44de2293fda09edde14d32514098.tar.gz astro-820012ea16ed44de2293fda09edde14d32514098.tar.zst astro-820012ea16ed44de2293fda09edde14d32514098.zip |
Improve Snowpack docs styling (#180)
Diffstat (limited to 'examples/snowpack/src/components/BaseLayout.astro')
-rw-r--r-- | examples/snowpack/src/components/BaseLayout.astro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/snowpack/src/components/BaseLayout.astro b/examples/snowpack/src/components/BaseLayout.astro index 040739515..c10859789 100644 --- a/examples/snowpack/src/components/BaseLayout.astro +++ b/examples/snowpack/src/components/BaseLayout.astro @@ -3,7 +3,6 @@ import Banner from './Banner.astro'; import Nav from './Nav.astro'; --- -<Banner /> <Nav /> <slot></slot> @@ -17,4 +16,4 @@ import Nav from './Nav.astro'; } gtag('js', new Date()); gtag('config', 'UA-130280175-9', { page_path: location.pathname === '/' ? (location.pathname + location.hash) : (location.pathname) }); -</script>
\ No newline at end of file +</script> |