Skip to content

Commit

Permalink
🚑 quick update
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganKryze committed Apr 17, 2024
1 parent 9849a8a commit 3a416e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
7 changes: 5 additions & 2 deletions src/src/layouts/CollectionLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@ const {
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Photographolio</title>
<meta property="og:title" content="Photographolio" />
<meta name="description" content="A space-ial photography portfolio" />
<meta
name="description"
content="A guided tour into my universe. Photography Portfolio."
/>
<meta
property="og:description"
content="A space-ial photography portfolio"
content="A guided tour into my universe. Photography Portfolio."
/>
<link
rel="icon"
Expand Down
9 changes: 6 additions & 3 deletions src/src/layouts/MainLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ const { currentPage } = Astro.props;
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Photographolio</title>
<meta property="og:title" content="Photographolio" />
<meta name="description" content="A space-ial photography portfolio" />
<meta
name="description"
content="A guided tour into my universe. Photography Portfolio."
/>
<meta
property="og:description"
content="A space-ial photography portfolio"
content="A guided tour into my universe. Photography Portfolio."
/>
<link
rel="icon"
Expand All @@ -40,7 +43,7 @@ const { currentPage } = Astro.props;
<slot />
<Footer />
</body>

<script>
const setFavicon = (theme: string) => {
const link: HTMLLinkElement | null =
Expand Down

0 comments on commit 3a416e9

Please sign in to comment.