diff --git a/.editorconfig b/.editorconfig index 7d554d5..ebe51d3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,5 +9,4 @@ indent_size = 2 end_of_line = lf charset = utf-8 trim_trailing_whitespace = false -insert_final_newline = false -max_line_length = 150 \ No newline at end of file +insert_final_newline = false \ No newline at end of file diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index cfed363..ac543c5 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -5,7 +5,9 @@ import TransFlagPanel from "../../layouts/TransFlagPanel.astro"; import Panel from "../../layouts/Panel.astro"; import "../../styles/blogIndex.scss"; -const latestPosts = (await getCollection("blog")).sort((a, b) => b.data.pubDate.valueOf() - a.data.pubDate.valueOf()); +const latestPosts = (await getCollection("blog")).sort( + (a, b) => b.data.pubDate.valueOf() - a.data.pubDate.valueOf(), +); ---
@@ -16,7 +18,10 @@ const latestPosts = (await getCollection("blog")).sort((a, b) => b.data.pubDate. latestPosts.map((post) => { return ( - +

{post.data.description}

diff --git a/src/pages/index.astro b/src/pages/index.astro index 29e38c3..a772566 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -15,25 +15,50 @@ import "../styles/Badge.scss";

- Hai! I'm Riley! A transfem  foxgirl who likes programming & self-hosting who lives in the UK. Nice - to meet you meow! >^w^< + Hai! I'm Riley! A transfem  foxgirl + who likes programming & self-hosting who lives in the UK. Nice to meet you meow! + >^w^<

- {FriendBadges.map((badge) => )} + { + FriendBadges.map((badge) => ( + + )) + }
- {OtherBadges.map((badge) => )} + { + OtherBadges.map((badge) => ( + + )) + }

- โ† + ๐Ÿก  Linuxposting webring - โ†’ + ๐Ÿกข