Skip to content

Commit

Permalink
Quartz sync: Jan 19, 2025, 12:15 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
stoppableforce committed Jan 19, 2025
1 parent 4f992e0 commit 5063e7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ export const defaultContentPageLayout: PageLayout = {
Mastodon: "https://awaymessage.club/@stoppableforce",
Bluesky: "https://bsky.app/profile/awaymessage.club",
Github: "https://github.com/stoppableforce",
"Itch.io": "https://stoppableforce.itch.io"
"Itch.io": "https://stoppableforce.itch.io",
"Blizzard Watch": "https://blizzardwatch.com/author/pulrich/"
}
}),
Component.DesktopOnly(Component.TableOfContents()),
Expand Down
2 changes: 1 addition & 1 deletion quartz/components/Sidelinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default ((opts?: Options) => {
<ul>
{Object.entries(links).map(([text, link]) => (
<li>
<a href={link}>{text}</a>
<a rel="me" href={link}>{text}</a>
</li>
))}
</ul>
Expand Down

0 comments on commit 5063e7b

Please sign in to comment.