Sha256: 980d651016543dc3bc2901288d890514cafc02960b47cadf4a749cd65a0f124f

Contents?: true

Size: 1.12 KB

Versions: 4

Compression:

Stored size: 1.12 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"/>

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

    {% seo %}
    {% feed_meta %}
  </head>
  <body>
    {% comment %}
      Como los libros nunca salen en el menĂº, podemos cachearlo
    {% endcomment %}

    {%- if page.layout == 'book' -%}
      {% include_cached navbar.html %}
    {%- else %}
      {% include navbar.html %}
    {%- endif -%}

    <main class="container">
      <div class="row justify-content-center d-print-block">
        <div class="col">
          {{ content }}
        </div>
      </div>

      {%- if page.layout == 'editorial' -%}
        {%- assign footer = false -%}
      {%- else -%}
        {%- assign footer = true -%}
      {%- endif -%}

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
editorial-autogestiva-jekyll-theme-0.2.8 _layouts/default.html
editorial-autogestiva-jekyll-theme-0.2.7 _layouts/default.html
editorial-autogestiva-jekyll-theme-0.2.6 _layouts/default.html
editorial-autogestiva-jekyll-theme-0.2.5 _layouts/default.html