Git Product home page Git Product logo

Comments (4)

TaylanTatli avatar TaylanTatli commented on September 26, 2024

http://taylantatli.me/Moon/moon-theme/#comments
To show disqus comments for your post, add comments: true to your post’s front matter.

from moon.

obetame avatar obetame commented on September 26, 2024

@TaylanTatli thanks you reply.
I try to solve the problem in your way, but I still don't know where the problem is.

In the end, I removed the judgment and joined the Disqus

before:

{% if comments and site.disqus_shortname %}
<section id="disqus_thread" class="animated fadeInUp"></section>
<!-- /#disqus_thread -->
{% endif %}

now:

<section id="disqus_thread" class="animated fadeInUp"></section>

from moon.

TaylanTatli avatar TaylanTatli commented on September 26, 2024

Sorry, I don't have a laptop anymore. I can't check the problem. :/

from moon.

n2i avatar n2i commented on September 26, 2024

@zhouyuexie Have you modified the code, please make sure the code is:

{% if page.comments and site.disqus_shortname %}

but not (missed the page):

{% if comments and site.disqus_shortname %}

Check post's front matter.

from moon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.