mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Details at the [ZEPPELIN-279](https://issues.apache.org/jira/browse/ZEPPELIN-279) Author: Alexander Bezzubov <bzz@apache.org> Closes #282 from bzz/ZEPPELIN-279-move-docs-to-master and squashes the following commits:16d2cd0[Alexander Bezzubov] ZEPPELIN-279: updating refs to new /docs locationa051a35[Alexander Bezzubov] ZEPPELIN-279: moving website gh-pages -> master:/docs
16 lines
No EOL
460 B
Text
16 lines
No EOL
460 B
Text
{% if site.JB.comments.provider and page.comments != false %}
|
|
|
|
{% case site.JB.comments.provider %}
|
|
{% when "disqus" %}
|
|
{% include JB/comments-providers/disqus %}
|
|
{% when "livefyre" %}
|
|
{% include JB/comments-providers/livefyre %}
|
|
{% when "intensedebate" %}
|
|
{% include JB/comments-providers/intensedebate %}
|
|
{% when "facebook" %}
|
|
{% include JB/comments-providers/facebook %}
|
|
{% when "custom" %}
|
|
{% include custom/comments %}
|
|
{% endcase %}
|
|
|
|
{% endif %} |