Hi,
i feel kind of stupid for asking this basic stuff but since i don't get it, maybe someone can help me out on that:
I want to have comments on my blog.
What i have:
- Grav 1.0.0 RC5
- Comments plugin installed
- Created a page with folder name
blogand Page FileBlog - Added a post to the blog. Page File
Blogand ParentBlog - No other customization
What i did:
- Included
{% include 'partials/comments.html.twig' with {'page': page} %}intoitem.html.twig - Copied
comments.yamlintouser/plugins/comments/
At this point i would expect something to show up when i access a blog post but that's not the case. I see the 'Comments' section in the admin interface but nothing on the site itself.
Cheers,
Endo