2024-05-27 12:40:56 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2024-06-02 12:34:35 +02:00
|
|
|
<meta name="robots" content="{{ page.robots }}">
|
2024-05-27 13:35:38 +02:00
|
|
|
<title>{{site.title}} {{ page.title }} — {{site.author}}</title>
|
2024-05-30 10:05:34 +02:00
|
|
|
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description | strip_html | strip_newlines }}{% endif %}">
|
2024-05-27 12:40:56 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2024-06-01 20:47:00 +02:00
|
|
|
<meta name="referrer" content="no-referrer">
|
|
|
|
<meta name="og:title" content="{{site.title}} {{ page.title }} — {{site.author}}">
|
|
|
|
<meta name="og:description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description | strip_html | strip_newlines }}{% endif %}">
|
|
|
|
<meta name="og:site_name" content="{{site.title}} — {{site.author}}">
|
|
|
|
<meta name="og:image" content="{{site.icon}}">
|
2024-05-27 12:53:07 +02:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
|
2024-06-01 20:47:00 +02:00
|
|
|
<meta http-equiv="x-dns-prefetch-control" content="off">
|
2024-05-29 06:53:03 +02:00
|
|
|
<link rel="stylesheet prefetch" href="{{ "/assets/main.css" | relative_url }}">
|
2024-05-29 06:59:31 +02:00
|
|
|
<link rel="icon prefetch" href="{{site.icon}}">
|
2024-06-01 20:47:00 +02:00
|
|
|
<link rel="me prefetch" href="{{ site.url }}">
|
|
|
|
<link rel="me" href="https://aminda.eu">
|
2024-05-29 06:59:31 +02:00
|
|
|
<link rel="canonical prefetch" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
|
2024-06-01 20:47:00 +02:00
|
|
|
<link rel="prefetch" href="https://prefetch.validatorsearch.verisignlabs.com">
|
|
|
|
<link rel="me" type="application/activity+json" href="https://sauna.social/users/aminda">
|
|
|
|
<link rel="me" type="application/activity+json" href="https://mastodon.pirateparty.be/users/MikaelaPPFI">
|
2024-06-01 20:48:59 +02:00
|
|
|
<link rel="me" href="https://keyoxide.org/aspe:keyoxide.org:LGWNUB7QG4M326FXXBH5Z6PLVY">
|
|
|
|
<link rel="me" href="https://linkedin.com/in/{{site.linkedin_username}}">
|
2024-05-28 10:22:48 +02:00
|
|
|
<script>
|
|
|
|
MathJax = {
|
|
|
|
tex: {inlineMath: [['$', '$'], ['\\(', '\\)']]}
|
|
|
|
};
|
|
|
|
</script>
|
2024-05-29 06:53:03 +02:00
|
|
|
<script rel="prefetch" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
2024-05-27 12:40:56 +02:00
|
|
|
</head>
|