This repository has been archived by the owner. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea45f3e
commit faeb434
Showing
2 changed files
with
46 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
<head> | ||
<link rel="preload" href="/style.css" type="text/css" as="style" /> | ||
<link rel="preload" href="/fonts/inter.woff2" as="font" type="font/woff2" /> | ||
<meta name="color-scheme" content="dark light"> | ||
<meta charset="utf-8"> | ||
<link rel='preload' href='/style.css' type='text/css' as='style' /> | ||
<link rel='preload' href='/fonts/inter.woff2' as='font' type='font/woff2' /> | ||
<meta name='color-scheme' content='dark light'> | ||
<meta charset='utf-8'> | ||
{% seo %} | ||
<link rel="alternate" type="application/atom+xml" title="{% if page.lang == 'it'%}Zibaldone feed{% else %}blog's feed{% endif %}" href="/feeds/zibaldone.xml" /> | ||
<link rel="alternate" type="application/atom+xml" title="{% if page.lang == 'it'%}feed di poesie{% else %}poetry feed{% endif %}" href="/feeds/poetry.xml" /> | ||
<link rel="alternate" type="application/atom+xml" title="{% if page.lang == 'it'%}Feed italiano{% else %}Italian posts{% endif %}" href="/feeds/italiano.xml" hreflang="it" /> | ||
<link rel="alternate" type="application/atom+xml" title="{% if page.lang == 'it'%}feed filosofico{% else %}philosophy posts feed{% endif %}" href="/feeds/filinge.xml" /> | ||
<link rel="alternate" type="application/atom+xml" title="{% if page.lang == 'it'%}feed marmellata{% else %}notes feed{% endif %}" href="/feeds/jam.xml" /> | ||
<link rel="alternate" type="application/atom+xml" title="{% if page.lang == 'it'%}feed con solo cose nerd{% else %}only geek stuff feed{% endif %}" href="/feeds/geek.xml" /> | ||
<link rel="alternate" type="application/atom+xml" title="{% if page.lang == 'it'%}Feed Sconnesso{% else %}Podcast feed{% endif %}" href="/feeds/sconnesso.xml" hreflang="it" /> | ||
<link rel="alternate" type="application/atom+xml" title="Internet Awesomeness feed" href="/feeds/interner-awesomeness.xml" hreflang="en" /> | ||
<link href="https://feedbin.com/starred/473f6605a06ee11a237dd820d772f086.xml" type="application/atom+xml" rel="alternate" title="{% if page.lang == 'it' %}Connessioni: link a cose interessanti{% else %}Connections: links to interesting stuff on the web{% endif %}" /> | ||
<link rel='alternate' type='application/atom+xml' title='{% if page.lang == "it"%}Zibaldone feed{% else %}blog's feed{% endif %}' href='/feeds/zibaldone.xml' /> | ||
<link rel='alternate' type='application/atom+xml' title='{% if page.lang == "it"%}feed di poesie{% else %}poetry feed{% endif %}' href='/feeds/poetry.xml' /> | ||
<link rel='alternate' type='application/atom+xml' title='{% if page.lang == "it"%}Feed italiano{% else %}Italian posts{% endif %}' href='/feeds/italiano.xml' hreflang="it" /> | ||
<link rel='alternate' type='application/atom+xml' title='{% if page.lang == "it"%}feed filosofico{% else %}philosophy posts feed{% endif %}' href='/feeds/filinge.xml' /> | ||
<link rel='alternate' type='application/atom+xml' title='{% if page.lang == "it"%}feed marmellata{% else %}notes feed{% endif %}' href='/feeds/jam.xml' /> | ||
<link rel='alternate' type='application/atom+xml' title='{% if page.lang == "it"%}feed con solo cose nerd{% else %}only geek stuff feed{% endif %}' href='/feeds/geek.xml' /> | ||
<link rel='alternate' type='application/atom+xml' title='{% if page.lang == "it"%}Feed Sconnesso{% else %}Podcast feed{% endif %}' href='/feeds/sconnesso.xml' hreflang="it" /> | ||
<link rel='alternate' type='application/atom+xml' title='Internet Awesomeness feed' href='/feeds/interner-awesomeness.xml' hreflang='en' /> | ||
<link href='https://feedbin.com/starred/473f6605a06ee11a237dd820d772f086.xml' type='application/atom+xml' rel='alternate' title='{% if page.lang == "it" %}Connessioni: link a cose interessanti{% else %}Connections: links to interesting stuff on the web{% endif %}' /> | ||
|
||
<link rel="stylesheet" href="/style.css" type="text/css" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" /> | ||
<meta name="mobile-web-app-capable" content="yes" /> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> | ||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
<link rel="icon" href="/logos/favicon.png" type="image/png" /> | ||
<link rel="apple-touch-icon" sizes="120x120" href="/logos/favicon-120.png" type="image/png" /> | ||
<link rel="apple-touch-icon" sizes="152x152" href="/logos/favicon-152.png" type="image/png" /> | ||
<link rel="apple-touch-icon" sizes="167x167" href="/logos/favicon-167.png" type="image/png" /> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/logos/favicon-180.png" type="image/png" /> | ||
<meta name="theme-color" content="{{ page.primary }}" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:article:published_time" content="{{ page.date | date_to_xmlschema }}" /> | ||
<meta property="article:modified_time" content="{% if page.updated %}{{ page.updated }}{% else %}{{ page.last_modified_at | date_to_xmlschema }}{% endif %}" /> | ||
<meta name="twitter:card" content="{% if page.image %}summary_large_image{% else %}summary{% endif %}"> | ||
<link rel='stylesheet' href='/style.css' type='text/css' /> | ||
<meta name='viewport' content='width=device-width, initial-scale=1, viewport-fit=cover' /> | ||
<meta name='mobile-web-app-capable' content='yes' /> | ||
<meta name='apple-mobile-web-app-status-bar-style' content='black-translucent' /> | ||
<meta name='apple-mobile-web-app-capable' content='yes' /> | ||
<link rel='icon' href='/logos/favicon.png' type='image/png' /> | ||
<link rel='apple-touch-icon' sizes='120x120' href='/logos/favicon-120.png' type='image/png' /> | ||
<link rel='apple-touch-icon' sizes='152x152' href='/logos/favicon-152.png' type='image/png' /> | ||
<link rel='apple-touch-icon' sizes='167x167' href='/logos/favicon-167.png' type='image/png' /> | ||
<link rel='apple-touch-icon' sizes='180x180' href='/logos/favicon-180.png' type='image/png' /> | ||
<meta name='theme-color' content='{{ page.primary }}' /> | ||
<meta property='og:type' content='website' /> | ||
<meta property='og:article:published_time' content='{{ page.date | date_to_xmlschema }}' /> | ||
<meta property='article:modified_time' content='{% if page.updated %}{{ page.updated }}{% else %}{{ page.last_modified_at | date_to_xmlschema }}{% endif %}' /> | ||
<meta name='twitter:card' content='{% if page.image %}summary_large_image{% else %}summary{% endif %}'> | ||
{% if page.ref != nil %} | ||
<meta property="og:locale:alternate" content="{%- if page.lang == 'it' -%}en{%- else -%}it{%- endif -%}" /> | ||
<link rel="alternate" hreflang="{%- if page.lang == 'it' -%}en{% else %}it{%- endif -%}" href="{%- for cosa in site.pages -%} | ||
{%- if cosa.ref == page.ref -%}{{ cosa.url | absolute_url }}{%- endif -%}{% endfor -%}" /> | ||
<meta property='og:locale:alternate' content='{%- if page.lang == "it" -%}en{%- else -%}it{%- endif -%}' /> | ||
<link rel='alternate' hreflang='{%- if page.lang == "it" -%}en{% else %}it{%- endif -%}' href='{%- for cosa in site.pages -%} | ||
{%- if cosa.ref == page.ref -%}{{ cosa.url | absolute_url }}{%- endif -%}{% endfor -%}' /> | ||
{% endif %} | ||
|
||
{% if page.latex %} | ||
|
@@ -47,13 +47,13 @@ | |
} | ||
}; | ||
</script> | ||
<script id="MathJax-script" async | ||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"> | ||
<script id='MathJax-script' async | ||
src='https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js'> | ||
</script> | ||
{% endif %} | ||
|
||
<!-- Plausible Analytics --> | ||
<script async defer data-domain="tommi.space" src="https://visits.tommi.space/js/index.js"></script> | ||
<script async defer data-domain='tommi.space' src='https://visits.tommi.space/js/index.js'></script> | ||
|
||
{% for me in site.data.accounts %} | ||
{% unless me.deleted %} | ||
|
@@ -62,11 +62,11 @@ | |
{% endfor %} | ||
|
||
|
||
<link rel="me pgpkey" href="https://api.protonmail.ch/pks/lookup?op=get&[email protected]" /> | ||
<link rel="openid.delegate" href="https://tommi.space" /> | ||
<link rel="openid.server" href="https://openid.indieauth.com/openid" /> | ||
<link rel="authorization_endpoint" href="https://indieauth.com/auth" /> | ||
<link rel="token_endpoint" href="https://tokens.indieauth.com/token" /> | ||
<link rel='me pgpkey' href='https://api.protonmail.ch/pks/lookup?op=get&[email protected]' /> | ||
<link rel='openid.delegate' href='https://tommi.space' /> | ||
<link rel='openid.server' href='https://openid.indieauth.com/openid' /> | ||
<link rel='authorization_endpoint' href='https://indieauth.com/auth' /> | ||
<link rel='token_endpoint' href='https://tokens.indieauth.com/token' /> | ||
|
||
{% if page.primary != '#FCC920' %} | ||
<style> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters