diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-10 21:42:41 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-10 21:42:41 +0200 |
| commit | e3141794b95e534656427fadf0354435c62254d6 (patch) | |
| tree | 95788249ac51475aea45ad17d7157dffd1564e47 /src/pages/en | |
| parent | 3caee506c961ae0e78503164ed6a0f81db3c8c32 (diff) | |
Fix formatting
Diffstat (limited to 'src/pages/en')
| -rw-r--r-- | src/pages/en/contact.astro | 2 | ||||
| -rw-r--r-- | src/pages/en/index.astro | 2 | ||||
| -rw-r--r-- | src/pages/en/portfolio.astro | 2 | ||||
| -rw-r--r-- | src/pages/en/trajectory.astro | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/pages/en/contact.astro b/src/pages/en/contact.astro index ef69d6e..6ccb15c 100644 --- a/src/pages/en/contact.astro +++ b/src/pages/en/contact.astro @@ -2,4 +2,4 @@ import ContactPageLayout from "../../layouts/ContactPageLayout.astro"; --- -<ContactPageLayout />
\ No newline at end of file +<ContactPageLayout /> diff --git a/src/pages/en/index.astro b/src/pages/en/index.astro index 8c5945a..a7c9dbf 100644 --- a/src/pages/en/index.astro +++ b/src/pages/en/index.astro @@ -2,4 +2,4 @@ import HomePageLayout from "../../layouts/HomePageLayout.astro"; --- -<HomePageLayout />
\ No newline at end of file +<HomePageLayout /> diff --git a/src/pages/en/portfolio.astro b/src/pages/en/portfolio.astro index 63840f5..17c4637 100644 --- a/src/pages/en/portfolio.astro +++ b/src/pages/en/portfolio.astro @@ -2,4 +2,4 @@ import PortfolioPageLayout from "../../layouts/PortfolioPageLayout.astro"; --- -<PortfolioPageLayout />
\ No newline at end of file +<PortfolioPageLayout /> diff --git a/src/pages/en/trajectory.astro b/src/pages/en/trajectory.astro index 3f5ff77..cb5b088 100644 --- a/src/pages/en/trajectory.astro +++ b/src/pages/en/trajectory.astro @@ -2,4 +2,4 @@ import TrajectoryPageLayout from "../../layouts/TrajectoryPageLayout.astro"; --- -<TrajectoryPageLayout />
\ No newline at end of file +<TrajectoryPageLayout /> |
