diff --git a/build.mb b/build.mb
index 37eb4eb..acf53e0 100644
--- a/build.mb
+++ b/build.mb
@@ -24,7 +24,7 @@ set -e
mkdir -p \$(dirname $(%output%))
-bin/fpc-sitegen -i $(%input%) -o $(%output%)
+bin/fpc-sitegen -a el -i $(%input%) -o $(%output%)
COMMIT_SHORT=\$(git rev-parse --short HEAD)
BRANCH=\$(git rev-parse --abbrev-ref HEAD)
diff --git a/data/index.sad b/data/index.sad
index 619d878..ce92fc6 100644
--- a/data/index.sad
+++ b/data/index.sad
@@ -5,10 +5,8 @@
{$head} about
I'm Marie and I like C, Freepascal and Rust.
-
-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
diff --git a/data/projects/fpc-sitegen.sad b/data/projects/fpc-sitegen.sad
index 963f8eb..96fec3c 100644
--- a/data/projects/fpc-sitegen.sad
+++ b/data/projects/fpc-sitegen.sad
@@ -8,7 +8,7 @@ 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/FelixEcker/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.
diff --git a/data/projects/sad.sad b/data/projects/sad.sad
index 5417d00..59ca4fe 100644
--- a/data/projects/sad.sad
+++ b/data/projects/sad.sad
@@ -7,19 +7,14 @@ sad is a custom document file format I initially inteded for note-taking and
terminal based documents, but I also began using it for school work and now for
my website.
-
+It is a very simple document format bringing support for only this small feature set:
-It is a very simple document format bringing support for only this small feature set:
* Sectioning
* Styling / Coloring
-
-
Due to personal preferences, all the sad specific things in documents are
controlled using "switches" similar to freepascal compiler switches.
-
-
The sadsuite is implemented in 100% freepascal. It is licensed under the BSD 3-Clause license.
{$begin-section} links