Current Behavior
Each blog post on https://layer5.io/blog ends with a sign-off from the post author, like so:

Anyone authoring a post also has a community member profile.
Desired Behavior
Blog post sign-offs should be standardized and done through a common component built into the blog template.
Implementation
Augment existing single blog post view with Author sign-off in this format:
\- <Link to="/community/member/{author}">{author}</Link>
The first reference to author will need to be slugified.
Contributor Resources
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master branch.
@leecalcote sir as a separate component is required . One has to remove
\- <Link to="/community/member/{author}">{author}</Link> from every blog post & add that new component in blog-single component.
Can I work on this ?
@chinmaym07 that sounds right. Yes, that would be great. 馃憤
Good work, gents.
Most helpful comment
@chinmaym07 that sounds right. Yes, that would be great. 馃憤