From a36e68f8903918b576590da3165cbed85ad787c1 Mon Sep 17 00:00:00 2001 From: m1kadev <67912368+m1kadev@users.noreply.github.com> Date: Thu, 1 Jan 2026 17:16:31 +0100 Subject: [PATCH] fix bug with qoutes in ogp meta tags --- build.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.exs b/build.exs index 60041c79f3c73aba95d7bb6adf3196d568f69695..0c9f9324b3481b687e89eca06c45978056a5889c 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/", "")}", - thought_txt + String.replace(thought_txt, "\"", "&qout;") ) }) )