Keep `:` between hours, minutes, seconds

master
Raymon Zutekouw 2 years ago
parent 12741a20c5
commit 6ed757b81b
No known key found for this signature in database
GPG Key ID: 1E9BCC39EDD1DD53
  1. 2
      client/gen.exs

@ -59,7 +59,7 @@ post_contents_org =
%{
(String.slice(head, 2..-1) |> String.downcase() |> String.to_atom()) =>
String.slice(Enum.join(tail, ""), 1..-1)
String.slice(Enum.join(tail, ":"), 1..-1)
}
end)
|> Enum.reduce(%{:content => File.read!("./posts_org/" <> &1 <> ".html")}, fn x, acc ->

Loading…
Cancel
Save