- Cleaned project's folders and files.
- Created general layout for pages with title as prop. - Added favicon - Added header and footer to the layout
This commit is contained in:
5
src/pages/index.astro
Normal file
5
src/pages/index.astro
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
---
|
||||
|
||||
<Layout pageTitle="Home page"> Sitio web de Naliia </Layout>
|
||||
Reference in New Issue
Block a user