header.html 818 B

1234567891011121314151617181920212223
  1. <meta charset="utf-8">
  2. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  3. <meta name="description" content="{{ page.description | default: site.description | smartify }}">
  4. <meta name="author" content="{{ site.authors }}">
  5. <meta name="generator" content="Jekyll v{{ jekyll.version }}">
  6. <meta name="docsearch:language" content="en">
  7. <meta name="docsearch:version" content="{{ site.docs_version }}">
  8. <title>
  9. {%- if page.title -%}
  10. {{ page.title | smartify }} · {{ site.title | smartify }}
  11. {%- else -%}
  12. {{ site.title | smartify }} · {{ site.description | smartify }}
  13. {%- endif -%}
  14. </title>
  15. <link rel="canonical" href="{{ site.url | append: page.url }}">
  16. {% include stylesheet.html %}
  17. {% include favicons.html %}
  18. {% include social.html %}
  19. {% include analytics.html %}