Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xplosionmind committed Nov 4, 2021
1 parent ea45f3e commit faeb434
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 39 deletions.
78 changes: 39 additions & 39 deletions _includes/head.html
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 %}
Expand All @@ -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 %}
Expand All @@ -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>
Expand Down
7 changes: 7 additions & 0 deletions piwigo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,13 @@ body {
padding: unset !important;
}

.commentElement {
padding: 10px !important;
max-width: 100% !important;
background-color: var(--background) !important;
box-shadow: var(--shadow);
}

#pictureComments {
padding: $regular 3vw;
margin: $regular-less 3vw 3vh;
Expand Down

0 comments on commit faeb434

Please sign in to comment.