Minoru / hakyll-convert

Import from other blog engines to Hakyll
Other
7 stars 0 forks source link

Blogger: If comment has no author name, attribute it to "Unknown" #22

Open Minoru opened 4 years ago

Minoru commented 4 years ago

While writing tests for Blogger.distill, I discovered that comments without an author are rendered as if the author name is empty.

If at all possible, we should claim that those are written by an author named "Unknown", to make it look better on the page:

On unknown date, Unknown wrote: …
Minoru commented 4 years ago

Wordpress code attributes those comments to "unknown author", so Blogger should probably do the same:

https://github.com/Minoru/hakyll-convert/blob/202bacb8896019ce9b9b20f8271390c0950b7674/src/Hakyll/Convert/Wordpress.hs#L92