diff --git a/TODO.md b/TODO.md
index d3bb1fd..faa676e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -14,13 +14,13 @@
## Layout
- [ ] Dark mode toggle
- [ ] Navigate using pathname / breadcrumbs
-- [ ] Better style for blocks
+- [ ] Better style for \ blocks
## Accessibility
- [ ] All interactable elements have labels
## I18N
-- [ ] Markdown for text
+- [ ] Markdown for translations
## ~/
- [ ] About me description
@@ -33,16 +33,19 @@
## ~/projects
- [ ] Translate projects
-- [ ] NixOS on desktop
- [ ] RSS Feed
## ~/projects/[project]
- [ ] Only use Gitea icon for Gitea links
- [ ] Bachelor project
-- [ ] Sparebank1 ActualBudget service
+- [x] Sparebank1 ActualBudget service
- [ ] More about this website
+- [ ] NixOS on desktop
- [ ] Copy link to h tag and scroll to h tag on load
- [x] External links should open in new tab
+- [x] Add keywords to meta tag
+- [x] Add description to meta tag
+- [ ] Source on image if "borrowed" from somewhere
## ~/slashes
- [ ] List of all slashes
diff --git a/src/components/projects/ProjectPage.astro b/src/components/projects/ProjectPage.astro
index 526508e..a47e8ab 100644
--- a/src/components/projects/ProjectPage.astro
+++ b/src/components/projects/ProjectPage.astro
@@ -22,6 +22,7 @@ const {
title,
description,
tags,
+ keywords,
heroImage,
heroImageAlt,
source,
@@ -37,7 +38,12 @@ function localeDateString(isoString: string): string {
}
---
-
+