diff options
author | Your Name <you@example.com> | 2017-12-26 17:43:09 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2017-12-26 17:43:54 +0100 |
commit | e263dde2d6b76db42fce4694fcbef13eaba891b8 (patch) | |
tree | c868260105496a37ce6f3a4e5cbeb6874101da9e /cw | |
parent | a8371fc3afbcfc96b4124eacad95f587b5fb3735 (diff) | |
download | lesoiseaux.io-e263dde2d6b76db42fce4694fcbef13eaba891b8.tar.gz |
TMP: Removed topic link
Diffstat (limited to 'cw')
-rw-r--r-- | cw/index.html | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/cw/index.html b/cw/index.html index 37c1994..0891cb8 100644 --- a/cw/index.html +++ b/cw/index.html @@ -32,25 +32,13 @@ <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="https://ps.zoethical.com/c/www/cartographic-wanders">Conversation</a></li> + <li><a href="https://ps.zoethical.com/t/cartographic-wanders/829">Conversation</a></li> </ul> </aside> <script src="../assets/js/cw-app.js"></script> |