Sha256: ee8c059f2fcded7dac8401955880a2ef910a4e941f9cef0128398b5e50fa3b5c

Contents?: true

Size: 577 Bytes

Versions: 14

Compression:

Stored size: 577 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>
  <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>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
compost-jekyll-theme-0.1.13 _includes/author_block.html
compost-jekyll-theme-0.1.12 _includes/author_block.html
compost-jekyll-theme-0.1.11 _includes/author_block.html
compost-jekyll-theme-0.1.10 _includes/author_block.html
compost-jekyll-theme-0.1.9 _includes/author_block.html
compost-jekyll-theme-0.1.8 _includes/author_block.html
compost-jekyll-theme-0.1.7 _includes/author_block.html
compost-jekyll-theme-0.1.6 _includes/author_block.html
compost-jekyll-theme-0.1.5 _includes/author_block.html
compost-jekyll-theme-0.1.4 _includes/author_block.html
compost-jekyll-theme-0.1.3 _includes/author_block.html
compost-jekyll-theme-0.1.2 _includes/author_block.html
compost-jekyll-theme-0.1.1 _includes/author_block.html
compost-jekyll-theme-0.1.0 _includes/author_block.html