Sha256: 7cfa88f6f5976818dfa53f2fbb730de2e0559c72713bc705a082d7b46a3767bc

Contents?: true

Size: 1002 Bytes

Versions: 17

Compression:

Stored size: 1002 Bytes

Contents

<div class="sidebar-sticky">
  <div class="sidebar-about">
    {% if site.logo %}
      <a class="no-hover" href="{{ '/' | relative_url }}" tabindex="-1">
        <img src="{% include_cached smart-url url=site.logo %}" class="avatar" alt="{{ site.short_title | default:site.title }}" width="120" height="120" loading="lazy" />
      </a>
    {% endif %}
    <a class="sidebar-title" href="{{ '/' | relative_url }}"><h2 class="h1">{{ site.short_title | default:site.title }}</h2></a>
    {% assign text = site.tagline | default:site.description %}
    {% if text %}
      <p class="{% if text.size > 100 %}fine{% endif %}">
        {{ text | markdownify | replace:'<p>','' | replace:'</p>','' }}
      </p>
    {% endif %}
  </div>

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

  {% assign author = site.data.authors.first[1] | default:site.author %}
  <div class="sidebar-social">
    {% include components/social.html author=author %}
  </div>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-9.2.1 _includes/body/sidebar-sticky.html
jekyll-theme-hydejack-9.2.0 _includes/body/sidebar-sticky.html
jekyll-theme-hydejack-9.1.9 _includes/body/sidebar-sticky.html
jekyll-theme-hydejack-9.1.8 _includes/body/sidebar-sticky.html
jekyll-theme-hydejack-9.1.7 _includes/body/sidebar-sticky.html
jekyll-theme-hydejack-9.1.6 _includes/body/sidebar-sticky.html
jekyll-theme-hydejack-9.1.5 _includes/body/sidebar-sticky.html
jekyll-theme-hydejack-9.1.4 _includes/body/sidebar-sticky.html
jekyll-theme-hydejack-9.1.3 _includes/body/sidebar-sticky.html
jekyll-theme-hydejack-9.1.2 _includes/body/sidebar-sticky.html
jekyll-theme-hydejack-9.1.1 _includes/body/sidebar-sticky.html
jekyll-theme-hydejack-9.1.0 _includes/body/sidebar-sticky.html
jekyll-theme-hydejack-9.0.4 _includes/body/sidebar-sticky.html
jekyll-theme-hydejack-9.0.3 _includes/body/sidebar-sticky.html
jekyll-theme-hydejack-9.0.2 _includes/body/sidebar-sticky.html
jekyll-theme-hydejack-9.0.1 _includes/body/sidebar-sticky.html
jekyll-theme-hydejack-9.0.0 _includes/body/sidebar-sticky.html