From f38935fe06d823069a124185356c1d59f741ee8e Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 9 Feb 2024 15:19:53 +0000 Subject: Tweaks --- src/pages/blog/index.astro | 2 +- src/pages/index.astro | 2 +- src/pages/projects.astro | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/pages') diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index 0acaaee..bc8844c 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -11,7 +11,7 @@ const allBlogPosts = (await getCollection('blog')).sort((a, b) => b.data.pubDate
diff --git a/src/pages/index.astro b/src/pages/index.astro index 35ed847..b87e151 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,7 +6,7 @@ import { getCollection } from "astro:content"; import Profile from '../images/Alee.png'; import '../styles/index.css'; -import {formatDate} from "../util"; +import { formatDate } from "../util"; const allBlogPosts = (await getCollection('blog')).sort((a, b) => b.data.pubDate.valueOf() - a.data.pubDate.valueOf()).slice(0, 10); --- diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 4536f03..9b2b8a2 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -27,9 +27,9 @@ import GitHubProjects from "../components/GitHubProjects"; }

Andrew Lee GitHub Repositories

- +

AleeCorp/Alee Productions GitHub Repositories

- +