From 8b257263ee51a5d6ad924efb845bb33eb5637ed6 Mon Sep 17 00:00:00 2001 From: m1kadev <67912368+m1kadev@users.noreply.github.com> Date: Thu, 1 Jan 2026 17:17:39 +0100 Subject: [PATCH] if i were a lesser person i'd amend the previous commit for this --- build.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.exs b/build.exs index 0c9f9324b3481b687e89eca06c45978056a5889c..c5d0ed06842c97a9df3b7a1e0a798931652ccce2 100644 --- a/build.exs +++ b/build.exs @@ -344,7 +344,7 @@ for {thought, {path, time}} <- Enum.zip(thoughts, thought_paths) do Templates.ogp( thought, "https://m1kadev.nl/#{String.replace_prefix(output_path, "build/", "")}", - String.replace(thought_txt, "\"", "&qout;") + String.replace(thought_txt, "\"", """) ) }) )