jekyll-admin: Can't edit posts if no title present

In addition to regular articles, I also have, let’s call them notes, that are title-less microblog posts.

Therefore the link to edit is on an empty anchor and not clickable (tested in Safari Tech Preview & Firefox).

Not sure of a solution, perhaps putting anchor on the <td> instead.

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 16 (10 by maintainers)

Most upvoted comments

I’m creating a PR for this. @benbalter Which one do you prefer;

  1. title || (slug+ext)
  2. title || (slug)