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

head.html 1.4 KB

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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  1. <head>
  2. {% comment %} For human readers {% endcomment %}
  3. <meta charset="utf-8" />
  4. <title>{% if error == '404' %}{% data ui.errors.oops %}{% elsif currentVersion == 'homepage' %}GitHub Documentation{% elsif page.fullTitle %}{{ page.fullTitle }}{% else %}GitHub Documentation{% endif %}</title>
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <link rel="alternate icon" type="image/png" href="/assets/images/site/favicon.png">
  7. <link rel="icon" type="image/svg+xml" href="/assets/images/site/favicon.svg">
  8. <link rel="stylesheet" href="{{ builtAssets.main.css }}">
  9. {% comment %} For Google and Bots {% endcomment %}
  10. {% if page.intro %}
  11. <meta name="description" content="{{ page.introPlainText }}">
  12. {% endif %}
  13. {% if page.hidden %}
  14. <meta name="robots" content="noindex" />
  15. {% endif %}
  16. {% for languageVariant in page.languageVariants %}
  17. <link
  18. rel="alternate"
  19. hreflang="{{ languageVariant.hreflang }}"
  20. href="https://docs.github.com{{ languageVariant.href }}"
  21. />
  22. {% endfor %}
  23. <meta name="google-site-verification" content="OgdQc0GZfjDI52wDv1bkMT-SLpBUo_h5nn9mI9L22xQ" />
  24. <meta name="google-site-verification" content="c1kuD-K2HIVF635lypcsWPoD4kilo5-jA_wBFyT4uMY" />
  25. {% comment %} For our JS {% endcomment %}
  26. <meta name="csrf-token" content="$CSRFTOKEN$">
  27. <meta name="site.data.ui.search.placeholder" content="{% data ui.search.placeholder %}">
  28. </head>
Tip!

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

Comments

Loading...