diff --git a/dpl-docs/views/ddox.layout.dt b/dpl-docs/views/ddox.layout.dt index 27f5b5001d..cfc6e2c25e 100644 --- a/dpl-docs/views/ddox.layout.dt +++ b/dpl-docs/views/ddox.layout.dt @@ -24,10 +24,5 @@ block body h2 License block ddox.license - section - h2 Comments - - if (req is null) - include inc.disqus - block copyright block ddox.copyright diff --git a/dpl-docs/views/inc.disqus.dt b/dpl-docs/views/inc.disqus.dt deleted file mode 100644 index 9b0b9d692e..0000000000 --- a/dpl-docs/views/inc.disqus.dt +++ /dev/null @@ -1,15 +0,0 @@ -- import std.conv : text; -div#disqus_thread -script(language="javascript"). - var disqus_shortname = 'vibe-d'; // required: replace example with your forum shortname - var disqus_developer = 1; - var disqus_identifier = #{text(`"phobos-`, info.node.qualifiedName.text, `"`)}; - - - /* * * DON'T EDIT BELOW THIS LINE * * */ - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -noscript Please enable JavaScript to view the comments.