From 135ff8005fdc5201d0018e0ceae01081712d160a Mon Sep 17 00:00:00 2001 From: Clint Plummer Date: Mon, 20 May 2024 09:44:12 +1000 Subject: [PATCH] small meta tag tweaks --- src/layouts/Layout.astro | 134 +++++++++++++++++++++------------------ 1 file changed, 74 insertions(+), 60 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 04caceb..b740d5e 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,108 +1,122 @@ --- +const { title, description } = Astro.props["content"]; -const { title, description } = Astro.props['content']; +import resume from "../../resume/resume.clintp.json"; -import resume from '../../resume/resume.clintp.json'; +import { Image } from "astro:assets"; -import { Image } from 'astro:assets'; - -import logoGithub from '../images/logo-social-github.svg' -import logoLinkedIn from '../images/logo-social-linkedin.svg' +import logoGithub from "../images/logo-social-github.svg"; +import logoLinkedIn from "../images/logo-social-linkedin.svg"; const logos = { github: logoGithub, - linkedin: logoLinkedIn -} + linkedin: logoLinkedIn, +}; --- - - - - - - - {title} - - + + + + + + + + + {title} + +
- Terminal Icon + Terminal Icon

$ ./clintp.xyz

-
- -
+
+ +
- +