Добавить комментарии Disqus | Add Disqus comments

This commit is contained in:
Михаил Капелько
2023-12-09 18:39:18 +03:00
parent 3ab909df72
commit bfea7e1df7
133 changed files with 1856 additions and 0 deletions

View File

@@ -66,6 +66,20 @@
<p>That's it for explaining how the third OpenSceneGraph cross-platform example opened our eyes to example-driven development.</p>
</div>
</div>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://opengamestudio.org/en/news/example-driven-development.html";
this.page.identifier = "example-driven-development.html";
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://opengamestudio.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<div id="footer">
The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.