quitsocialmedia.club/_includes/head.html

21 lines
933 B
HTML

<head>
<meta name="color-scheme" content="dark light">
{% seo %}
<link rel="alternate" type="application/atom+xml" title="{% if page.lang == 'it'%}Blog{% else %}Updates feed{% endif %}" href="/feed.xml" />
<title>{{ page.title }} | Quit Social Media</title>
<link rel="stylesheet" href="/style.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="mobile-web-app-capable" content="yes" />
<link rel="icon" href="{{ site.favicon}}" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="theme-color" content="#1D3557" />
<meta property="og:type" content="website" />
<meta property="og:article:published_time" content="{{ page.date | date_to_xmlschema }}" />
<meta property="og:locale:alternate" content="{% if page.lang == 'it' %}en{% else %}it{% endif %}" />
</head>