dumaurier / pwa_jekyll

Jekyll + PWA + IndieWeb. A starter for publishing your own content. Support for WebMentions, Service Workers and Netlify CMS is built in.
https://pwa-jekyll-starter.netlify.com/
MIT License
22 stars 16 forks source link

Wrong data sent to hidden input on posts and links page layouts #13

Closed dumaurier closed 5 years ago

dumaurier commented 5 years ago

Describe the bug Webmentions do not show up because the source url is pointing to the wrong variable in the _data folder.

To Reproduce Steps to reproduce the behavior:

  1. Send webmention to published post
  2. Visit page and see mentions for a different domain

Expected behavior Webmentions should display for the correct domain. 🙄

dumaurier commented 5 years ago

fixed