diff options
author | Your Name <you@example.com> | 2017-12-26 17:39:46 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2017-12-26 17:39:46 +0100 |
commit | a8371fc3afbcfc96b4124eacad95f587b5fb3735 (patch) | |
tree | 9c5bf3c7f59a9aaf4244cce4781559bce636cc8c /cw/index.html | |
parent | caa3691a639cf4f158b75e994cb127e34972fbad (diff) | |
download | lesoiseaux.io-a8371fc3afbcfc96b4124eacad95f587b5fb3735.tar.gz |
TMP: Add topic link
Diffstat (limited to 'cw/index.html')
-rw-r--r-- | cw/index.html | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/cw/index.html b/cw/index.html index 45433cb..37c1994 100644 --- a/cw/index.html +++ b/cw/index.html @@ -32,13 +32,25 @@ <section class="viz"> <div id="view2"></div> </section> + <div id='discourse-comments'></div> + +<script type="text/javascript"> + DiscourseEmbed = { discourseUrl: 'https://ps.zoethical.com/', + discourseEmbedUrl: 'https://cw.lesoiseaux.io/' }; + + (function() { + var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true; + d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js'; + (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d); + })(); +</script> </article> </main> <aside> <ul> <li><a href="cw-presentation.pdf">Présentation</a></li> <li><a href="cw-fiche-technique.pdf">Fiche technique</a></li> - <li><a href="">Commentaires</a></li> + <li><a href="https://ps.zoethical.com/c/www/cartographic-wanders">Conversation</a></li> </ul> </aside> <script src="../assets/js/cw-app.js"></script> |