~mika/www.m1kadev.nl

a36e68f8903918b576590da3165cbed85ad787c1 — m1kadev 6 months ago fabcc85
fix bug with qoutes in ogp meta tags
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/", "")}",
            thought_txt
            String.replace(thought_txt, "\"", "&qout;")
          )
      })
    )