diff --git a/about.md b/about.md
index 82eb48b..66d32ad 100644
--- a/about.md
+++ b/about.md
@@ -1,9 +1,9 @@
+
About
+
![florp banner](/images/florp_banner.avif)
_Likes are now florps. The timeline goes sideways_
-# About
-
We strive to create an atmosphere that is welcoming to queer, particularly trans, and
neurodiverse people. A place where people can be their authentic selves without fear of judgment.
diff --git a/flake.nix b/flake.nix
index 20f9aba..55bfaa5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -18,7 +18,7 @@
comrak
];
} ''
- comrak --smart --output $out $src
+ comrak --smart --unsafe --output $out $src
'';
});
};