mirror of
https://github.com/MAGICGrants/MagicGrants.org.git
synced 2026-01-09 12:08:00 -05:00
20 lines
1.6 KiB
HTML
20 lines
1.6 KiB
HTML
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>{% if page.title contains "titles." %} MAGIC Grants | Charity for scholarships, public cryptocurrency infrastructure, and educational materials
|
|
{% else %}{{ page.title }}{% endif %}</title>
|
|
<meta name="author" content="MAGIC Grants">
|
|
<meta name="description" content="{% if page.summary %} {{page.summary}} {%else%}MAGIC Grants | Charity for scholarships, public cryptocurrency infrastructure, and educational materials{% endif %}">
|
|
<meta property="og:image" content="{{page.img}}">
|
|
<meta property="og:description" content="{% if page.summary %} {{page.summary}} {%else%}MAGIC Grants | Charity for scholarships, public cryptocurrency infrastructure, and educational materials{% endif %}">
|
|
<meta property="og:title" content="{% if page.title contains "titles." %}MAGIC Grants | Charity for scholarships, public cryptocurrency infrastructure, and educational materials
|
|
{% else %}{{ page.title }}{% endif %}">
|
|
<meta name="twitter:title" content="{% if page.title contains "titles." %}MAGIC Grants | Charity for scholarships, public cryptocurrency infrastructure, and educational materials
|
|
{% else %}{{ page.title }}{% endif %}">
|
|
<link rel="stylesheet" href="/css/style.css" type="text/css">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/img/meta/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/img/meta/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/img/meta/favicon-16x16.png">
|
|
<link rel="manifest" href="img/meta/site.webmanifest">
|
|
</head>
|