aarongustafson / jekyll-webmention_io

A Jekyll Plugin for rendering Webmentions via Webmention.io
https://aarongustafson.github.io/jekyll-webmention_io/
MIT License
139 stars 27 forks source link

Webmentions templates include author name and url even if not supplied #176

Closed fancypantalons closed 1 year ago

fancypantalons commented 1 year ago

This is covered by PR #174 . Author name and url aren't always supplied in webmentions (I believe it depends on the type of webmention as well as the source) but the templates render them in all circumstances. The templates should be conditionalized to only include that information if it's present in the inbound payload.