Keep sentence spacing in RSS feed article

master
Raymon Zutekouw 3 days ago
parent 8c005c889c
commit ac5a1fa803
Signed by: raymon
GPG Key ID: 0E62222846283925
  1. 2
      client/gen.exs

@ -113,7 +113,7 @@ post_contents
end) end)
stripForRSS = fn content -> content stripForRSS = fn content -> content
|> String.replace("\n", "") |> String.replace("\n", " ")
end end
post_feed = post_feed =

Loading…
Cancel
Save