diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-02 18:37:53 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-02 18:57:52 +0100 |
| commit | 498acb77f2f7c44c1c98beed9147fb8e2eb966f7 (patch) | |
| tree | 1c9af795df366422df0ccce9df068d4bfb6fe253 /frontend/src/layouts/Layout.astro | |
| parent | 944cf75b3aee146b16ac2a0e623037c131adc355 (diff) | |
Applies Prettier
Diffstat (limited to 'frontend/src/layouts/Layout.astro')
| -rw-r--r-- | frontend/src/layouts/Layout.astro | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/frontend/src/layouts/Layout.astro b/frontend/src/layouts/Layout.astro index 047538c..1a47613 100644 --- a/frontend/src/layouts/Layout.astro +++ b/frontend/src/layouts/Layout.astro @@ -1,8 +1,8 @@ --- import Footer from '../components/Footer.astro'; - + interface Props { - title: string; + title: string; } const { title } = Astro.props; @@ -10,18 +10,18 @@ const { title } = Astro.props; <!DOCTYPE html> <html lang="sco"> - <head> - <meta charset="UTF-8" /> - <meta name="description" content="The wabsteid o the Scots Leid Associe"> - <meta name="viewport" content="width=device-width" /> - <link rel="icon" href="/favicon.ico" /> - <link rel="stylesheet" href="/public/normalize.css" /> - <link rel="stylesheet" href="/public/main.css" /> - <meta name="generator" content={Astro.generator} /> - <title>{title} | Scots Leid Associe</title> - </head> - <body> - <slot /> - <Footer /> - </body> -</html>
\ No newline at end of file + <head> + <meta charset="UTF-8" /> + <meta name="description" content="The wabsteid o the Scots Leid Associe" /> + <meta name="viewport" content="width=device-width" /> + <link rel="icon" href="/favicon.ico" /> + <link rel="stylesheet" href="/public/normalize.css" /> + <link rel="stylesheet" href="/public/main.css" /> + <meta name="generator" content={Astro.generator} /> + <title>{title} | Scots Leid Associe</title> + </head> + <body> + <slot /> + <Footer /> + </body> +</html> |
