Sha256: ccadf3e697fea060fe36c835194a2beb3482d0763bff49b4e052d7901cbecb59

Contents?: true

Size: 1.92 KB

Versions: 5

Compression:

Stored size: 1.92 KB

Contents

<!DOCTYPE html>
<html lang="{{ site.lang }}" dir="{{ site.dir }}">
  <head>
    <meta charset="UTF-8">
    <base href="{% base %}" />
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    <meta content="width=device-width, initial-scale=1.0" name="viewport">
    <meta name="theme-color" content="white"/>
    <meta name="color-scheme" content="light"/>
    <meta name="referrer" content="strict-origin-when-cross-origin"/>

    <link href="assets/css/styles.css" rel="stylesheet">

    {% comment %}
    Webpack
    {% endcomment %}
    <script defer type="text/javascript" src="assets/js/pack.js"></script>

    {% comment %}
    Agregar otras tipografías.  Esto hace que las tipografías se carguen
    lo más rápido posible y minimizar el tiempo en que se ven las del
    navegador.  En Firefox todavía no está soportado.
    {% endcomment %}
    {% include_cached preload_font.html font='assets/fonts/forkawesome-webfont.woff2' %}

    <link rel="icon" type="image/svg+xml" href="public/favicon.svg">
    <link rel="alternate icon" href="public/favicon.ico">
    <link rel="mask-icon" href="public/favicon.svg" color="white">

    {% seo %}
    {% feed_meta %}

    {%- if page.activity -%}
      <link href="{{ page.activity.url | absolute_url }}" rel="alternate" type="application/activity+json" />
    {%- endif -%}

    {%- if site.activity_pub_profile -%}
      <meta property="profile:username" content="{{ site.activity_pub_profile }}" />
    {%- endif -%}

    {%- if site.actor -%}
      <link rel="me" href="{{ site.actor.url | absolute_url }}" />
    {%- endif -%}
  </head>
  <body class="min-h-100vh d-flex flex-column justify-content-between">
    {%- assign active_cache_key = page.url | menu_active_item | default: 'none' -%}
    {%- include_cached menu.html active_cache_key=active_cache_key %}

    <main data-controller="scroll">
      {{ content }}
    </main>

    {% include_cached footer.html %}
  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
empresa-recuperada-jekyll-theme-0.2.4 _layouts/default.html
empresa-recuperada-jekyll-theme-0.2.3 _layouts/default.html
empresa-recuperada-jekyll-theme-0.2.2 _layouts/default.html
empresa-recuperada-jekyll-theme-0.2.1 _layouts/default.html
empresa-recuperada-jekyll-theme-0.2.0 _layouts/default.html