Sha256: e65adaafda71279bffaff1ad54c7be193ae51046763fced2884bfcb5f8dcedcd

Contents?: true

Size: 755 Bytes

Versions: 6

Compression:

Stored size: 755 Bytes

Contents

<div id="_yDrawer">
  <div id="_sidebar" class="sidebar">
    <div class="sidebar-bg" style="background-color:{{ color }};background-image:url({{ image }})"></div>
    <header class="sidebar-sticky" role="banner">
      <div class="sidebar-about">
        <h1><a id="_title" href="{{ '/' | relative_url }}">{{ site.title }}</a></h1>
        {{ site.description | truncatewords:50 | markdownify }}
      </div>

      <nav class="sidebar-nav heading" role="navigation">
        {% include nav.html %}
      </nav>

      {% assign author = site.data.authors.first[1] %}
      {% if author.social %}
        <div class="sidebar-social">
          {% include social.html social=author.social %}
        </div>
      {% endif %}
    </header>
  </div>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-6.4.1 _includes/sidebar.html
jekyll-theme-hydejack-6.4.0 _includes/sidebar.html
jekyll-theme-hydejack-6.3.0 _includes/sidebar.html
jekyll-theme-hydejack-6.2.0 _includes/sidebar.html
jekyll-theme-hydejack-6.1.0 _includes/sidebar.html
jekyll-theme-hydejack-6.0.0 _includes/sidebar.html