1+ {% comment %}{% endcomment -%}
2+ {% assign description= page.excerpt | default: site.description | strip_html | strip_newlines -%}
3+ {% assign full_baseurl= site.baseurl | prepend: site.url -%}
4+ <!-- ❕ -->
15 < meta charset ="utf-8 " />
26 < meta name ='viewport ' content ='width=device-width, initial-scale=1.0, maximum-scale=1.0 '>
37 < meta content ='text/html; charset=utf-8 ' http-equiv ='Content-Type '>
4- < meta http-equiv ='X-UA-Compatible ' content ='IE=edge '> {%
5- if page.path == "blog/tags.html" %}
8+ < meta http-equiv ='X-UA-Compatible ' content ='IE=edge '>
9+ {%- if page.noindex %}
610 < meta name ="robots " content ="noindex "> {%
7- endif %}
8-
11+ endif %}
12+ <!-- © (Jekyll & GitHub Pages) -->
913 < meta name ="author " content ="{{ site.author.name }} " />
10- < meta name ="generator " content ="Jekyll " /> <!-- Created with Jekyll & GitHub Pages -->
11- {%
12- if page.excerpt %}
13- < meta name ="description " content ="{{ page.excerpt | strip_html | strip_newlines }} " />
14- < meta property ="og:description " content ="{{ page.excerpt| strip_html | strip_newlines }} " />
15- {%- else %}
16- < meta name ="description " content ="{{ site.description }} ">
17- < meta property ="og:description " content ="{{ site.description }} " />
18- {%- endif -%}
19- {%
20- if page.title %}
14+ < meta name ="generator " content ="Jekyll " />
15+ <!-- ℹ 🔗 📜 -->
16+ < link rel ="canonical " href ="{{ full_baseurl }}{{ page.url | replace:'index.html','' }} " />
17+ < meta property ="og:url " content ="{{ full_baseurl }}{{ page.url }} ">
18+ < meta name ="description " content ="{{ description }} " />
19+ < meta property ="og:description " content ="{{ description }} " />
20+ < meta property ="twitter:description " content ="{{ description }} " />
21+ {% if page.title -%}
2122 < meta property ="og:title " content ="{{ page.title }} " />
2223 < meta property ="twitter:title " content ="{{ page.title }} " />
2324 {%- endif %}
24-
25- < link rel ="shortcut icon " href ="/files/internal/favicon.ico ">
26-
25+ < meta name ="twitter:site " content ="@{{ site.author.twitter }} ">
2726 <!--[if lt IE 9]>
2827 <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
2928 <![endif]-->
30-
31- < link rel ="canonical " href ="{{ site.baseurl }}{{ page.url | replace:'index.html','' }} " />
32-
29+ <!-- 🎨 🔗 -->
30+ < link rel ="shortcut icon " href ="/files/internal/favicon.ico ">
3331 < link href ="https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,500;0,700;1,500;1,700&display=swap " rel ="stylesheet ">
3432 < link rel ="stylesheet " type ="text/css " href ="{{ site.baseurl }}/style.css?v={{ site.code.version }} " />
35- {%
36- for feed in site.pages %}{% if feed.layout=='feed' %}
33+ {%- for feed in site.pages %}{% if feed.layout=='feed' %}
3734 < link rel ="alternate " type ="application/rss+xml " title ="{{ feed.subtitle }} " href ="{{ feed.url }} " /> {% endif %}{%
38- endfor %}
35+ endfor %}
36+ < link rel ="sitemap " type ="application/xml " title ="Sitemap " href ="{{ '/sitemap.xml' | prepend: site.baseurl | prepend: site.url }} " />
37+ <!-- 💬 -->
38+ < title > {% if page.title %}{{ page.title }} – {% endif %}{{ site.author.name }} (osobní stránky/blog)</ title >
0 commit comments