|
11 | 11 | {%- if page.noindex %} |
12 | 12 | {{_S}}<meta name="robots" content="noindex">{% |
13 | 13 | endif %} |
| 14 | +{{_S}}<!-- 💬 --> |
| 15 | +{{_S}}<title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.author.name }} (osobní stránky/blog)</title> |
| 16 | +{{_S}}<!-- 🏃 --> |
| 17 | +{{_S}}{% include i/atom_criticalCSS.html %} |
| 18 | +{{_S}}<!--[if lt IE 9]> |
| 19 | +{{_S}} <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
| 20 | +{{_S}}<![endif]--> |
| 21 | +{{_S}}<link rel="preload" as="font" href="/files/internal/fonts/iAWriterDuospace-Regular.woff2" type="font/woff2" crossorigin="anonymous"> |
| 22 | +{{_S}}<link rel="preload" as="font" href="/files/internal/fonts/iAWriterDuospace-Italic.woff2" type="font/woff2" crossorigin="anonymous"> |
| 23 | +{{_S}}<link rel="preload" as="font" href="/files/internal/fonts/iAWriterDuospace-Bold.woff2" type="font/woff2" crossorigin="anonymous"> |
| 24 | +{{_S}}<link rel="preload" as="font" href="/files/internal/fonts/iAWriterDuospace-BoldItalic.woff2" type="font/woff2" crossorigin="anonymous"> |
| 25 | +{{_S}}<link rel="stylesheet" type="text/css" media="all" href="{{ '/files/internal/fonts/fonts.css' | relative_url | append: files_version }}" /> |
| 26 | +{{_S}}<link rel="stylesheet" type="text/css" media="all" href="{{ '/main.css' | relative_url | append: files_version }}" /> |
| 27 | +{{_S}}<link rel="stylesheet" type="text/css" media="print" href="{{ '/print.css' | relative_url | append: files_version }}" /> |
| 28 | +{%- for feed in site.pages %}{% if feed.layout=='feed' %} |
| 29 | +{{_S}}<link rel="alternate" type="application/rss+xml" title="{{ feed.subtitle }}" href="{{ feed.url }}" />{% endif %}{% |
| 30 | +endfor %} |
| 31 | +{{_S}}<link rel="sitemap" type="application/xml" title="Sitemap" href="{{ full_baseurl }}{{ '/sitemap.xml' }}" /> |
| 32 | +{{_S}}<link rel="webmention" href="https://webmention.io/jaandrle.github.io/webmention" /> |
| 33 | +{{_S}}<link rel="pingback" href="https://webmention.io/jaandrle.github.io/xmlrpc" /> |
| 34 | +{{_S}}<script src="/main.js" type="module"></script> |
14 | 35 | {{_S}}<!-- © (Jekyll & GitHub Pages) --> |
15 | 36 | {{_S}}<meta name="author" content="{{ site.author.name }}" /> |
| 37 | +{{_S}}<link type="text/plain" rel="author" href="{{ full_baseurl }}{{ '/humans.txt' }}" /> |
16 | 38 | {{_S}}<meta name="generator" content="Jekyll" /> |
17 | 39 | {{_S}}<!-- ℹ 🔗 📜 --> |
18 | 40 | {{_S}}<meta name="description" content="{{ description }}" /> |
|
25 | 47 | {{_S}}<meta name="twitter:card" content="summary"> |
26 | 48 | {{_S}}<meta name="twitter:site" content="@{{ site.author.twitter }}"> |
27 | 49 | {{_S}}<meta name="twitter:creator" content="@{{ site.author.twitter }}"> |
28 | | -{{_S}}<!--[if lt IE 9]> |
29 | | -{{_S}} <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
30 | | -{{_S}}<![endif]--> |
31 | 50 | {{_S}}<!-- 🎨 🔗 --> |
32 | 51 | {{_S}}<link rel="apple-touch-icon" sizes="180x180" href="{{ assets }}apple-touch-icon.png"> |
33 | 52 | {{_S}}<link rel="icon" type="image/png" sizes="32x32" href="{{ assets }}favicon-32x32.png"> |
|
37 | 56 | {{_S}}<meta name="msapplication-config" content="{{ assets }}browserconfig.xml"> |
38 | 57 | {{_S}}<meta name="msapplication-TileColor" content="#A03232"> |
39 | 58 | {{_S}}<meta name="theme-color" content="#A03232"> |
40 | | -{{_S}}{% include i/atom_criticalCSS.html %} |
41 | | -{{_S}}<link rel="preload" as="font" href="/files/internal/fonts/iAWriterDuospace-Regular.woff2" type="font/woff2" crossorigin="anonymous"> |
42 | | -{{_S}}<link rel="preload" as="font" href="/files/internal/fonts/iAWriterDuospace-Italic.woff2" type="font/woff2" crossorigin="anonymous"> |
43 | | -{{_S}}<link rel="preload" as="font" href="/files/internal/fonts/iAWriterDuospace-Bold.woff2" type="font/woff2" crossorigin="anonymous"> |
44 | | -{{_S}}<link rel="preload" as="font" href="/files/internal/fonts/iAWriterDuospace-BoldItalic.woff2" type="font/woff2" crossorigin="anonymous"> |
45 | | -{{_S}}<link rel="stylesheet" type="text/css" media="all" href="{{ '/files/internal/fonts/fonts.css' | relative_url | append: files_version }}" /> |
46 | | -{{_S}}<link rel="stylesheet" type="text/css" media="all" href="{{ '/main.css' | relative_url | append: files_version }}" /> |
47 | | -{{_S}}<link rel="stylesheet" type="text/css" media="print" href="{{ '/print.css' | relative_url | append: files_version }}" /> |
48 | | -{%- for feed in site.pages %}{% if feed.layout=='feed' %} |
49 | | -{{_S}}<link rel="alternate" type="application/rss+xml" title="{{ feed.subtitle }}" href="{{ feed.url }}" />{% endif %}{% |
50 | | -endfor %} |
51 | | -{{_S}}<link rel="sitemap" type="application/xml" title="Sitemap" href="{{ full_baseurl }}{{ '/sitemap.xml' }}" /> |
52 | | -{{_S}}<link rel="webmention" href="https://webmention.io/jaandrle.github.io/webmention" /> |
53 | | -{{_S}}<link rel="pingback" href="https://webmention.io/jaandrle.github.io/xmlrpc" /> |
54 | | -{{_S}}<!-- 💬 --> |
55 | | -{{_S}}<title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.author.name }} (osobní stránky/blog)</title> |
|
0 commit comments