From 1845276697adca236be3e7a983238d2a2d0d57b5 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Sat, 9 Nov 2024 22:25:45 +0100 Subject: [PATCH] Revert "Format heading as panel title" This reverts commit 3c6bef184a7cf2881e058130857495446de3b4a5. --- about.md | 4 ++-- flake.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ''; }); };