|
1 |
| -<meta name="apple-mobile-web-app-capable" content="yes"> |
2 |
| -<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
| 1 | +<meta name="mobile-web-app-capable" content="yes" /> |
| 2 | +<meta name="apple-mobile-web-app-capable" content="yes" /> |
| 3 | +<meta name="apple-mobile-web-app-status-bar-style" content="black" /> |
3 | 4 | <meta name="referrer" content="no-referrer" />
|
| 5 | +<meta |
| 6 | + name="description" |
| 7 | + content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}" |
| 8 | +/> |
4 | 9 | <meta
|
5 | 10 | name="robots"
|
6 | 11 | content="{% if page.noindex %}noindex, noarchive, follow{% else %}index, follow{% endif %}"
|
7 | 12 | />
|
| 13 | + |
| 14 | +<meta |
| 15 | + property="og:url" |
| 16 | + content="{{ page.url | replace:'index.html','' | absolute_url }}" |
| 17 | +/> |
| 18 | +<meta |
| 19 | + property="og:title" |
| 20 | + content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}" |
| 21 | +/> |
| 22 | +<meta |
| 23 | + property="og:description" |
| 24 | + content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}" |
| 25 | +/> |
| 26 | +<meta property="og:site_name" content="{{ site.title }}" /> |
| 27 | +<meta |
| 28 | + property="og:image" |
| 29 | + content="{{ '/assets/images/logo.png' | absolute_url }}" |
| 30 | +/> |
| 31 | +<meta property="og:type" content="website" /> |
| 32 | + |
8 | 33 | <link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}" />
|
9 |
| -<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon.png"> |
10 |
| -<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon-32x32.png"> |
11 |
| -<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon-16x16.png"> |
12 |
| -<link rel="manifest" href="/assets/images/site.webmanifest"> |
13 |
| -<link rel="mask-icon" href="/assets/images/safari-pinned-tab.svg" color="#111111"> |
14 |
| -<link rel="shortcut icon" href="/assets/images/favicon.ico"> |
15 |
| -<meta name="msapplication-TileColor" content="#111111"> |
16 |
| -<meta name="msapplication-config" content="/assets/images/browserconfig.xml"> |
17 |
| -<meta name="theme-color" content="#111111"> |
18 |
| -<script data-goatcounter="https://html2rss.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script> |
| 34 | +<link |
| 35 | + rel="apple-touch-icon" |
| 36 | + sizes="180x180" |
| 37 | + href="/assets/images/apple-touch-icon.png" |
| 38 | +/> |
| 39 | +<link |
| 40 | + rel="icon" |
| 41 | + type="image/png" |
| 42 | + sizes="32x32" |
| 43 | + href="/assets/images/favicon-32x32.png" |
| 44 | +/> |
| 45 | +<link |
| 46 | + rel="icon" |
| 47 | + type="image/png" |
| 48 | + sizes="16x16" |
| 49 | + href="/assets/images/favicon-16x16.png" |
| 50 | +/> |
| 51 | +<link rel="manifest" href="/assets/images/site.webmanifest" /> |
| 52 | +<link |
| 53 | + rel="mask-icon" |
| 54 | + href="/assets/images/safari-pinned-tab.svg" |
| 55 | + color="#111111" |
| 56 | +/> |
| 57 | +<link rel="shortcut icon" href="/assets/images/favicon.ico" /> |
| 58 | +<meta name="msapplication-TileColor" content="#111111" /> |
| 59 | +<meta name="msapplication-config" content="/assets/images/browserconfig.xml" /> |
| 60 | +<meta name="theme-color" content="#111111" /> |
| 61 | +<script |
| 62 | + data-goatcounter="https://html2rss.goatcounter.com/count" |
| 63 | + async |
| 64 | + src="//gc.zgo.at/count.js" |
| 65 | +></script> |
| 66 | +<div class="svg-defs-hidden"> |
| 67 | + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" id="rss-icon"> |
| 68 | + <rect |
| 69 | + width="512" |
| 70 | + height="512" |
| 71 | + x="-512" |
| 72 | + y="-512" |
| 73 | + rx="70" |
| 74 | + ry="70" |
| 75 | + style="fill: #ea7819; fill-opacity: 1; stroke: none" |
| 76 | + transform="scale(-1)" |
| 77 | + /> |
| 78 | + <path |
| 79 | + d="M81.056 267.05c43.705 0 84.79 17.072 115.665 48.124 30.931 31.051 47.961 72.411 47.961 116.44h67.35c0-127.885-103.62-231.921-230.976-231.921zm.106-119.4c155.76 0 282.488 127.42 282.488 284.049H431C431 237.925 274.054 80.301 81.162 80.301zm93.135 236.998c0 25.757-20.892 46.649-46.649 46.649-25.756 0-46.648-20.885-46.648-46.649C81 358.878 101.885 338 127.641 338c25.757 0 46.656 20.878 46.656 20.878" |
| 80 | + style="fill: #fff" |
| 81 | + /> |
| 82 | + </svg> |
| 83 | + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="edit-icon"> |
| 84 | + <path |
| 85 | + fill="currentColor" |
| 86 | + d="M3 17.25V21h3.75L18.75 9.75l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z" |
| 87 | + /> |
| 88 | + </svg> |
| 89 | + <svg |
| 90 | + xmlns="http://www.w3.org/2000/svg" |
| 91 | + viewBox="0 0 32 32" |
| 92 | + id="settings-icon" |
| 93 | + > |
| 94 | + <path |
| 95 | + fill="currentColor" |
| 96 | + d="M28 13V8a2 2 0 0 0-2-2h-3v2h3v5a3.98 3.98 0 0 0 1.382 3A3.98 3.98 0 0 0 26 19v5h-3v2h3a2 2 0 0 0 2-2v-5a2 2 0 0 1 2-2v-2a2 2 0 0 1-2-2" |
| 97 | + /> |
| 98 | + <path |
| 99 | + fill="currentColor" |
| 100 | + d="m17 9-.857 3h2L19 9h2l-.857 3H22v2h-2.428l-1.143 4H21v2h-3.143L17 23h-2l.857-3h-2L13 23h-2l.857-3H10v-2h2.429l1.143-4H11v-2h3.143L15 9Zm.572 5h-2l-1.143 4h2Z" |
| 101 | + style="fill-rule: evenodd" |
| 102 | + /> |
| 103 | + <path |
| 104 | + fill="currentColor" |
| 105 | + d="M6 13V8h3V6H6a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2v2a2 2 0 0 1 2 2v5a2 2 0 0 0 2 2h3v-2H6v-5a3.98 3.98 0 0 0-1.382-3A3.98 3.98 0 0 0 6 13" |
| 106 | + /> |
| 107 | + <path d="M0 0h32v32H0z" style="fill: none" /> |
| 108 | + </svg> |
| 109 | +</div> |
0 commit comments