| Server IP : 172.67.191.97 / Your IP : 104.23.197.208 Web Server : Apache/2.4.63 (Ubuntu) System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.4.5 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/pregrados/sociologia/media/gantry5/engines/nucleus/templates/ |
Upload File : |
{%- 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-awesome5-all.min.js') }}"></script>
{% if gantry.config.page.fontawesome.fa4_compatibility|default(1) %}
<script type="text/javascript" src="{{ url('gantry-assets://js/font-awesome5-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-awesome5-all.min.css" type="text/css">
{% if gantry.config.page.fontawesome.fa4_compatibility|default(1) %}
<link rel="stylesheet" href="gantry-assets://css/font-awesome5-shim.min.css" type="text/css">
{% 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-awesome5-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>