You are here

disqus-noscript.html.twig in Disqus 8

Display Suite reset template.

Available variables:

  • disqus_message: The linked message to view the comments in Disqus site

File

templates/disqus-noscript.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Display Suite reset template.
  5. *
  6. * Available variables:
  7. * - disqus_message: The linked message to view the comments in Disqus site
  8. */
  9. #}
  10. <noscript>
  11. <p>
  12. <a href="{{ url }}">{{ message }}</a>
  13. </p>
  14. </noscript>