Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

feedback.html 608 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
  1. <li>
  2. {% if site.feedback_text %}
  3. {% assign feedback_text = site.feedback_text %}
  4. {% else %}
  5. {% assign feedback_text = "Feedback" %}
  6. {% endif %}
  7. {% if site.feedback_link %}
  8. <a class="email" title="Submit feedback" href="{{site.feedback_link}}">{{feedback_text}}</a>
  9. {% else %}
  10. <a class="email" title="Submit feedback" href="#" onclick="javascript:window.location='mailto:{{site.feedback_email}}?subject={{site.feedback_subject_line}} feedback&body=I have some feedback about the {{page.title}} page: ' + window.location.href;"><i class="fa fa-envelope-o"></i> {{feedback_text}}</a>
  11. {% endif %}
  12. </li>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...