Sha256: fb7bf5b93ae801b5e0e838df694c0d383411b605e106503bd8afb24918b55c8f

Contents?: true

Size: 1.88 KB

Versions: 4

Compression:

Stored size: 1.88 KB

Contents

<!DOCTYPE html>
<html lang="{{ site.conference.lang | default: 'en' }}">

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

  {% include partials/get_page_title.html -%}
  <title>
    {{- page_title -}}
    {%- unless page_title == empty %} - {% endunless -%}
    {{- site.title -}}
  </title>
  {% include partials/list_page_meta.html %}

  <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/main.css?t={{ site.time | date: "%s" }}" />

  <link rel="preload" as="font" href="{{ site.baseurl }}/assets/webfonts/fa-regular-400.woff2" type="font/woff2" crossorigin="anonymous" />
  <link rel="preload" as="font" href="{{ site.baseurl }}/assets/webfonts/fa-solid-900.woff2" type="font/woff2" crossorigin="anonymous" />
  {%- if site.conference.live %}
  <link rel="prefetch" as="image" href="{{ site.baseurl }}/assets/icons/live.svg" type="image/svg+xml" crossorigin="anonymous" />
  <link rel="prefetch" as="fetch" href="{{ site.baseurl }}/assets/js/data.json" type="application/json" crossorigin="anonymous" />
  {%- endif %}

  {%- if site.conference.live.streaming.enable %}
    {%- for room in site.rooms %}
      {%- if room.live %}
        {%- include partials/get_room_live_href.html %}
        {%- if room_live_href %}
  <link rel="preconnect" href="{{ room_live_href }}" />
        {%- endif %}
      {%- endif %}
    {%- endfor %}
  {%- endif %}
</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

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-conference-3.6.6 _includes/partials/header.html
jekyll-theme-conference-3.6.5 _includes/partials/header.html
jekyll-theme-conference-3.6.4 _includes/partials/header.html
jekyll-theme-conference-3.6.3 _includes/partials/header.html