2022-08-10 02:17:48 +00:00
|
|
|
|
{%- import '_globals.njk' as globals with context -%}
|
2019-09-17 04:13:41 +00:00
|
|
|
|
|
|
|
|
|
{# Set root domain here to inherit values from config file #}
|
2022-06-29 06:58:09 +00:00
|
|
|
|
{%- set root = utils.conf.homeDomain or utils.conf.domain -%}
|
2019-09-19 01:27:19 +00:00
|
|
|
|
|
|
|
|
|
{%- set title -%}
|
|
|
|
|
{%- if metaTitle -%}
|
|
|
|
|
{{ metaTitle + ' | ' + globals.name }}
|
|
|
|
|
{%- else -%}
|
|
|
|
|
{{ globals.name + ' – ' + globals.motto }}
|
|
|
|
|
{%- endif %}
|
|
|
|
|
{%- endset -%}
|
|
|
|
|
|
|
|
|
|
{%- set url = root + (metaUrl or '') -%}
|
2019-09-17 04:13:41 +00:00
|
|
|
|
|
2018-04-18 21:00:36 +00:00
|
|
|
|
<!DOCTYPE html>
|
2018-04-25 14:11:15 +00:00
|
|
|
|
<html lang="en">
|
2018-04-18 21:00:36 +00:00
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
2019-09-19 12:10:37 +00:00
|
|
|
|
<meta name="description" content="{{ metaDesc or globals.description }}">
|
2018-04-18 21:00:36 +00:00
|
|
|
|
<meta name="keywords" content="upload,{{ globals.name }},file,images,hosting">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2018-08-30 18:45:51 +00:00
|
|
|
|
|
2019-09-19 01:27:19 +00:00
|
|
|
|
<title>{{ title }}</title>
|
2018-04-18 21:00:36 +00:00
|
|
|
|
|
|
|
|
|
{% block stylesheets %}
|
|
|
|
|
<!-- Stylesheets -->
|
2019-09-19 12:10:37 +00:00
|
|
|
|
<link rel="stylesheet" href="css/style.css{{ versions[1] }}">
|
2018-04-18 21:00:36 +00:00
|
|
|
|
{% endblock %}
|
|
|
|
|
|
2018-04-23 19:58:44 +00:00
|
|
|
|
{% block opengraph %}
|
2018-04-18 21:00:36 +00:00
|
|
|
|
<!-- Open Graph tags -->
|
2019-09-19 01:27:19 +00:00
|
|
|
|
<meta property="og:url" content="{{ url }}" />
|
2018-04-18 21:00:36 +00:00
|
|
|
|
<meta property="og:type" content="website" />
|
2019-09-19 01:27:19 +00:00
|
|
|
|
<meta property="og:title" content="{{ title }}" />
|
|
|
|
|
<meta property="og:description" content="{{ metaDesc or globals.description }}" />
|
|
|
|
|
{%- if metaImage %}
|
|
|
|
|
<meta property="og:image" content="{{ metaImage }}" />
|
|
|
|
|
{%- endif %}
|
2019-09-19 12:10:37 +00:00
|
|
|
|
<meta property="og:image" content="{{ root }}/icons/600px.png{{ versions[2] }}" />
|
2018-04-18 21:00:36 +00:00
|
|
|
|
<meta property="og:image:width" content="600" />
|
|
|
|
|
<meta property="og:image:height" content="600" />
|
2019-09-19 12:10:37 +00:00
|
|
|
|
<meta property="og:image" content="{{ root }}/images/fb_share.png{{ versions[2] }}" />
|
2018-04-18 21:00:36 +00:00
|
|
|
|
<meta property="og:image:width" content="1200" />
|
|
|
|
|
<meta property="og:image:height" content="630" />
|
|
|
|
|
<meta property="og:locale" content="en_US" />
|
|
|
|
|
|
|
|
|
|
<!-- Twitter Card tags -->
|
2019-09-19 13:54:27 +00:00
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
2019-09-19 01:27:19 +00:00
|
|
|
|
<meta name="twitter:title" content="{{ title }}">
|
|
|
|
|
<meta name="twitter:description" content="{{ metaDesc or globals.description }}">
|
|
|
|
|
{%- if metaImage %}
|
|
|
|
|
<meta name="twitter:image" content="{{ metaImage }}">
|
|
|
|
|
{% else %}
|
2019-09-19 12:10:37 +00:00
|
|
|
|
<meta name="twitter:image" content="{{ root }}/icons/600px.png{{ versions[2] }}">
|
2019-09-19 01:27:19 +00:00
|
|
|
|
{%- endif %}
|
2018-04-18 21:00:36 +00:00
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
<!-- Icons, configs, etcetera -->
|
2019-09-19 12:10:37 +00:00
|
|
|
|
<link rel="icon" href="{{ root }}/icons/32pxr.png{{ versions[2] }}" sizes="32x32">
|
|
|
|
|
<link rel="icon" href="{{ root }}/icons/96pxr.png{{ versions[2] }}" sizes="96x96">
|
|
|
|
|
<link rel="apple-touch-icon" href="{{ root }}/icons/120px.png{{ versions[2] }}" sizes="120x120">
|
|
|
|
|
<link rel="apple-touch-icon" href="{{ root }}/icons/152px.png{{ versions[2] }}" sizes="152x152">
|
|
|
|
|
<link rel="apple-touch-icon" href="{{ root }}/icons/167px.png{{ versions[2] }}" sizes="167x167">
|
|
|
|
|
<link rel="apple-touch-icon" href="{{ root }}/icons/180px.png{{ versions[2] }}" sizes="180x180">
|
|
|
|
|
<link rel="manifest" href="{{ root }}/icons/manifest.json{{ versions[2] }}">
|
2018-04-18 21:00:36 +00:00
|
|
|
|
<meta name="apple-mobile-web-app-title" content="{{ globals.name }}">
|
|
|
|
|
<meta name="application-name" content="{{ globals.name }}">
|
2019-09-19 12:10:37 +00:00
|
|
|
|
<meta name="msapplication-config" content="{{ root }}/icons/browserconfig.xml{{ versions[2] }}">
|
2020-11-27 09:07:49 +00:00
|
|
|
|
<meta name="theme-color" content="#209cee">
|
2018-08-30 18:45:51 +00:00
|
|
|
|
{% block endmeta %}{% endblock %}
|
2018-04-18 21:00:36 +00:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
{% block content %}{% endblock %}
|
2018-08-30 18:45:51 +00:00
|
|
|
|
{% block scripts %}{% endblock %}
|
2018-04-18 21:00:36 +00:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|