~mika/www.m1kadev.nl

8b257263ee51a5d6ad924efb845bb33eb5637ed6 — m1kadev 6 months ago a36e68f
if i were a lesser person i'd amend the previous commit for this
1 files changed, 1 insertions(+), 1 deletions(-)

M build.exs
M build.exs => build.exs +1 -1
@@ 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, "\"", "&quot;")
          )
      })
    )