Sha256: 6a617df1ad902caedacafc48ca0db797ff1ce542b5b2afa65dab81cbe9552701

Contents?: true

Size: 640 Bytes

Versions: 3

Compression:

Stored size: 640 Bytes

Contents

{%- comment -%}

Author block

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

{% assign links = include.links %}

<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>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
compost-jekyll-theme-0.1.16 _includes/author_block.html
compost-jekyll-theme-0.1.15 _includes/author_block.html
compost-jekyll-theme-0.1.14 _includes/author_block.html