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

footer.html 842 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
14
15
16
  1. <footer>
  2. <div class="row">
  3. <div class="col-lg-6 col">
  4. {% if site.github_editme_path %}
  5. <a target="_blank" href="https://github.com/{{site.github_editme_path}}{{page.path}}" class="btn btn-default githubEditButton" role="button"><i class="fa fa-github fa-lg"></i> Edit me</a>
  6. {% endif %}
  7. </div>
  8. <div class="col-lg-6 footer">
  9. <p><img src="{{ "images/company_logo.png" }}" alt="Company logo"/></p>
  10. &copy;{{ site.time | date: "%Y" }} {{site.company_name}}. All rights reserved. <br />
  11. {% if page.last_updated %}<span>Page last updated:</span> {{page.last_updated}}<br/>{% endif %} Site last generated: {{ site.time | date: "%b %-d, %Y" }} <br />
  12. </div>
  13. </div>
  14. </footer>
Tip!

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

Comments

Loading...