Sha256: d30942853197ed69c691326efc10cf5e9997510c2b5f1dff71a0a1dcb9216ff4

Contents?: true

Size: 885 Bytes

Versions: 8

Compression:

Stored size: 885 Bytes

Contents

<!DOCTYPE html>
<html lang="{{ site.conference.lang }}">

<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />

  <title>
    {% unless page.name contains '.' %}{{ page.name }} - {% else %}{% if page.title %}{{ page.title }} - {% endif %}{% endunless %}{{ site.title }}
  </title>

  <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/main.css" />
</head>

<body class="pb-4">
  <header>
    <!-- navigation bar (web only): -->
    {% include partials/navbar.html %}

    {% unless page.url == "/" %}
      <!-- site title (print only): -->
      <div class="container d-none d-print-block mt-4 mb-4">
        <h1 class="display-4">
          {{ site.title }}
        </h1>
      </div>
    {% endunless %}

  </header>
  <main class="container">

    {% include partials/info_bar.html %}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-theme-conference-2.5.0 _includes/partials/header.html
jekyll-theme-conference-2.4.1 _includes/partials/header.html
jekyll-theme-conference-2.4.0 _includes/partials/header.html
jekyll-theme-conference-2.3.1 _includes/partials/header.html
jekyll-theme-conference-2.2.0 _includes/partials/header.html
jekyll-theme-conference-2.3.0 _includes/partials/header.html
jekyll-theme-conference-2.1.1 _includes/partials/header.html
jekyll-theme-conference-2.1.0 _includes/partials/header.html