Sha256: a150e54be7a6d32bfec8cfee45f5a668cde236f742174ec1ea70ac8728f1c4f7

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

<!DOCTYPE html>
<html lang='en'>

  {% include header.html %}

  <body>

    <div class="container">
      <a class="skip-link visuallyhidden focusable" href="#main">Skip to Main Content</a>

      <header role="banner">

        <div class="wrap">


          <h1 class="site-title">
            <span class="app-robot-logo" />
            <a class="title-link" href="{{ site.baseurl }}/">{{ site.name }} (foooo)</a>
          </h1>

          {% unless site.jekyll_pages_api_search.skip_index %}{% jekyll_pages_api_search_interface %}{% endunless %}{% if site.back_link %}

          <div class="back-link"><a href="{{ site.back_link.url }}">&laquo; {{ site.back_link.text }}</a></div>{% endif %}
          {% include breadcrumbs.html %}
        </div>
      </header>

      <div class="wrap content">

        <section id="main" class="main-content" role="main">
          <h2>{{ page.title }}</h2>
          {{ content }}
        </section>

        {% include sidebar.html %}

      </div><!-- /.wrap content -->

      {% include footer.html %}

    </div> <!-- /.container -->

  </body>
{% include analytics.html %}
{% include scripts.html %}
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-cvent-dev-portal-1.0.0 _layouts/default.html