Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disqus not showing. #27

Open
rikusen0335 opened this issue Aug 25, 2018 · 1 comment
Open

Disqus not showing. #27

rikusen0335 opened this issue Aug 25, 2018 · 1 comment

Comments

@rikusen0335
Copy link

I just did the settings of 3 steps.

  1. Set the .yaml file.
enabled: true
active: true
provider: disqus
providers:
  disqus:
    shortname: XXXXXXX
    show_count: true
    language: ja

Now I didn't show up shortname.

  1. Write an initial setup in item.html.twig like this ↓.
 <div class="modularitem">
    {# diable regular post handling - hibbittsdesign.org #}
    {# <h3>{{ page.title }}</h3> #}
    <p>{{ page.content }}</p>
    <div>{{ jscomments()|raw }}</div>
  </div>
  1. And then, I did hard-refresh the browser and clean Grav's cache.

How do I fix it? If any solution exists, I want to know it.

Theme: quark-open-publishing v1.1.5
Grav version: v1.5.1
and running on Raspbian (Debian based)

@rikusen0335
Copy link
Author

I forget to say, I've set an option of pages to 'Active'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant