diff --git a/about.md b/about.md
index 2cf729f..4b88672 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 55bfaa5..20f9aba 100644
--- a/flake.nix
+++ b/flake.nix
@@ -18,7 +18,7 @@
comrak
];
} ''
- comrak --smart --unsafe --output $out $src
+ comrak --smart --output $out $src
'';
});
};