alexcarpenter / alexcarpenter-11ty

📝 Source files for my personal website built with Eleventy and hosted with Netlify.
https://alexcarpenter.me
90 stars 14 forks source link

Issue comments #32

Closed alexcarpenter closed 6 years ago

alexcarpenter commented 6 years ago

As a way to create conversations about posts, add a link to leave a comment which creates an issue with the title of the post and a comment label.

<a href="https://github.com/alexcarpenter/alexcarpenter.github.io/issues/new?title={{ title }}&labels=comment">Leave a comment</a>