diff --git a/data/index.sad b/data/index.sad
index 69134ce..b340346 100644
--- a/data/index.sad
+++ b/data/index.sad
@@ -6,7 +6,7 @@
I'm Marie and I like programming (particularly in C, Freepascal and Rust), music and Half-Life.
-This website was made using my own static-site generator written in 100% freepascal. Since I am too lazy to make a nice
+This website was made using my own static-site generator written in 100% freepascal. Since I am too lazy to make a nice
template this also looks like shit :)
{$begin-section} socials-contacts
@@ -36,29 +36,29 @@ template this also looks like shit :)
{$begin-section} other
{$sub-head} other
-* mfd0816 [github]
+* mfd0816 [github]
{$style description} A fantasy CPU based on the intel 8088 {$reset}
{$end-section}
{$begin-section} c
{$sub-head} c
-* mariebuild [github]
+* mariebuild [github]
{$style description} A customary buildsystem written in C. {$reset}
-* mcfg_2 [github]
+* mcfg_2 [github]
{$style description} Library to parse the Marie-Configuration/2 file format. {$reset}
-* mawim [github]
+* mawim [github]
{$style description} Simple and not fully functional X11 Window Manager. {$reset}
-* libfwbt [github]
+* libfwbt [github]
{$style description} A Library to parse Fixed-Width-Binary-Tables. {$reset}
{$end-section}
{$begin-section} freepascal
{$sub-head} freepascal
-* fpc-sitegen [github]
+* fpc-sitegen [github]
{$style description} A simple static-site-generator. {$reset}
-* sad [github]
+* sad [github]
{$style description} The Simple-Ansi-Document file format suite. {$reset}
-* pasfetch [github]
+* pasfetch [github]
{$style description} My system information fetcher. {$reset}
{$end-section}
{$end-section}
diff --git a/data/projects/fpc-sitegen.sad b/data/projects/fpc-sitegen.sad
index 96fec3c..f2f4395 100644
--- a/data/projects/fpc-sitegen.sad
+++ b/data/projects/fpc-sitegen.sad
@@ -8,13 +8,13 @@ fpc-sitegen is a simple tool I use to convert SAD
files to, in this case, static HTML pages.
It comes with a very simple format for creating templates, for an example see here.
+href="https://github.com/MarieEckert/fpc-sitegen/blob/main/data/template.sgt">here.
fpc-sitegen is, as the name suggest, written in 100% freepascal. It is licensed
under the BSD 3-Clause license.
{$begin-section} links
{$sub-head} links
-* Source Code on GitHub
+* Source Code on GitHub
{$end-section}
{$end-section}
diff --git a/data/projects/mariebuild.sad b/data/projects/mariebuild.sad
index 8320d6e..af23f62 100644
--- a/data/projects/mariebuild.sad
+++ b/data/projects/mariebuild.sad
@@ -10,7 +10,7 @@ mariebuild uses the MCFG/2 format for its bu
{$begin-section} links
{$sub-head} links
-* mariebuild on GitHub
+* mariebuild on GitHub
* mariebuild in the AUR
{$end-section}
{$end-section}
diff --git a/data/projects/mcfg_2.sad b/data/projects/mcfg_2.sad
index c1e26d7..c9406ca 100644
--- a/data/projects/mcfg_2.sad
+++ b/data/projects/mcfg_2.sad
@@ -8,6 +8,6 @@ TODO: not documented yet.
{$begin-section} links
{$sub-head} links
-* MCFG/2 on GitHub
+* MCFG/2 on GitHub
{$end-section}
{$end-section}
diff --git a/data/projects/mfd0816/index.sad b/data/projects/mfd0816/index.sad
index 6fa7be6..d75d1d5 100644
--- a/data/projects/mfd0816/index.sad
+++ b/data/projects/mfd0816/index.sad
@@ -21,7 +21,7 @@ and tooling around it are licensed under the CC BY-SA 4.0 license.
{$begin-section} links
{$sub-head} links
-* GitHub (currently private)
+* GitHub (currently private)
{$style description} Git repository containing the spec. documents and the assembler & emulator implementations (C++). {$reset}
{$end-section}
diff --git a/data/projects/sad.sad b/data/projects/sad.sad
index 59ca4fe..02a022e 100644
--- a/data/projects/sad.sad
+++ b/data/projects/sad.sad
@@ -19,7 +19,7 @@ The sadsuite is implemented in 100% freepascal. It is licensed under the BSD 3-C
{$begin-section} links
{$sub-head} links
-* The sadsuite on GitHub
+* The sadsuite on GitHub
* The sadsuite in the AUR
{$end-section}
{$end-section}