Sha256: 6cb687974252d1f16f9129c475ba6ec026f4bf0116bc4d8781a88550de98c1a1

Contents?: true

Size: 549 Bytes

Versions: 6

Compression:

Stored size: 549 Bytes

Contents

{% if cv.interests %}
  <div id="interests" class="entry">
    <header class="entry-header">
      <h3 class="entry-title">Interests</h3>
    </header>

    <div class="entry-content">
      {% for i in cv.interests %}
        <div class="taxonomy">
          {% if i.name %}
            <h4 class="title">{{ i.name }}</h4>
          {% endif %}
          {% if i.keywords %}
            <span class="keywords">{{ i.keywords | array_to_sentence_string }}</span>
          {% endif %}
        </div>
      {% endfor %}
    </div>
  </div>
{% endif %}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-theme-basically-basic-1.4.4 _includes/cv/interests.html
jekyll-theme-basically-basic-1.4.3 _includes/cv/interests.html
jekyll-theme-basically-basic-1.4.2 _includes/cv/interests.html
jekyll-theme-basically-basic-1.4.1 _includes/cv/interests.html
jekyll-theme-basically-basic-1.4.0 _includes/cv/interests.html
jekyll-theme-basically-basic-1.0.0 _includes/cv/interests.html