We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bundle update
bundle exec jekyll build
github-pages
jekyll
Based on the docs, I expect to embed Discourse comments from my server.
See source of http://avogadro.org/news/avogadro-1-90-released/
I believe that _includes/comments.html needs a when case for "discourse"
when
{% when "discourse" %} <h4 class="page__comments-title">{{ comments_label }}</h4> <section id="discourse-comments"></section>
The resulting site has the embedded Discourse forum.
The text was updated successfully, but these errors were encountered:
@ghutchis Care to submit a pull request to the develop branch with the fix?
develop
Sorry, something went wrong.
No branches or pull requests
bundle update
.bundle exec jekyll build
.Environment informations
github-pages
orjekyll
gem version: 3.4.0Expected behavior
Based on the docs, I expect to embed Discourse comments from my server.
Steps to reproduce the behavior
See source of http://avogadro.org/news/avogadro-1-90-released/
I believe that _includes/comments.html needs a
when
case for "discourse"The resulting site has the embedded Discourse forum.
The text was updated successfully, but these errors were encountered: