Sha256: 540ac386ad430d27a8eb652101bb81f9809377c264fe97dd1945ff4a9a38948f

Contents?: true

Size: 712 Bytes

Versions: 10

Compression:

Stored size: 712 Bytes

Contents

{%- comment -%}

Author block

@param :title [String] Alias
@param :link [array] link's
{%- endcomment -%}

{% assign links = include.links %}

{% unless links == empty %}
  <div class="">
    <div class="py-3">
      {% include headings/h3.html text=include.title class="black source-serif font-weight-bold" %}
    </div>

    {% unless links == empty %}
      <div class="background-lighter-blue text-monospace text-left p-3 mt-2 mb-2 rounded">
        {% for link in links %}
        <li class="list-unstyled">
          <a class="black hover-white" href="{{- link -}}" target="_blank" rel="noopener">{{ link }}</a>
        </li>
        {% endfor %}
      </div>
    {% endunless %}
  </div>
{% endunless %}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
compost-jekyll-theme-0.3.4 _includes/author_block.html
compost-jekyll-theme-0.3.3 _includes/author_block.html
compost-jekyll-theme-0.3.2 _includes/author_block.html
compost-jekyll-theme-0.3.1 _includes/author_block.html
compost-jekyll-theme-0.3.0 _includes/author_block.html
compost-jekyll-theme-0.2.3 _includes/author_block.html
compost-jekyll-theme-0.2.2 _includes/author_block.html
compost-jekyll-theme-0.2.1 _includes/author_block.html
compost-jekyll-theme-0.1.18 _includes/author_block.html
compost-jekyll-theme-0.1.17 _includes/author_block.html